Displaying 20 results from an estimated 30000 matches similar to: "Samba Xattr and Execute Bit always set."
2020 Jun 30
3
Users, home directories and profiles
On 30/06/2020 10:40, Enrico Morelli via samba wrote:
> At the end I'll to abandon samba :-((
> I'm really sad
One last thought, have you touched the 'share' tab ?
For instance, have you removed 'Everyone' from it ?
If so, put it back.
Rowland
2015 May 13
3
Posix vs. Windows File/Directory Permissions
I want to get a better understanding of what's happening between the posix
permissions and windows permissions.
I start with a Samba 4 AD DC with a share:  /mnt/data
All subfolders and files have permissions and ownership that look like:
drwxrwxrwx. 539 root root  52K May 12 17:50
The Samba 4 Admin and User accounts are not local users on the linux
server; they are only AD domain accounts.
2010 Feb 12
2
Setuid bit always set on Vista mount
Files on my Vista mount always have the S mode (setgid bit?) set according
to ls -l. This is a security hole and causes other problems. I can't clear
the bit with chmod; in fact the results of doing chmod don't make any sense
to me (I'll be glad to provide examples). Typical files show as -rwxrwSrwx,
though not all. The smb.conf file has create mask 0666 and directory mask
0777 various
2011 May 04
2
create a folder with mode '0777'
Dear list,
I am trying to create a folder structure, say 'test/sub', and set the
folder and sub folder to be writable to everyone.
By default
dir.create('test/sub', recursive=TRUE, mode='0777')
creates folders with mode: drwxr-xr-x
After
Sys.chmod('test/sub',mode='0777')
The folder 'test' is: drwxr-xr-x
and the sub folder 'sub' is:
2010 May 29
4
ARGH... once again samba causes "permission" errors.
I've been doing unix sys. admin for nearly 20 years and yet EVERY single
time I have to setup samba I have configuration problems.
Before we start let's clear up some common misunderstandings: I have
googled for the answer. I have spent the last six hours doing so and trying
various "suggestions". Most of these suggestions point to solutions
involving chown or chmod.  These are
2007 Dec 15
3
DO NOT REPLY [Bug 5147] New: Read-only files that have changed xattrs fail to allow xattr changes
https://bugzilla.samba.org/show_bug.cgi?id=5147
           Summary: Read-only files that have changed xattrs fail to allow
                    xattr changes
           Product: rsync
           Version: 2.6.9
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
  
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
Hello
I am trying to integrate OS X 10.10.4 clients into existing Samba infractructure run by our IT department.
We are currently using Samba 4.2.3.
File share is stored on iSCSI array with ext4 filesystem which should support both ACL and XATTR.
We are trying to setup vfs_fruit module to avoid possible performance problems on OS X clients.
We do NOT user netatalk.
Current vfs_fruit config:
  
1999 Oct 18
1
Problem with sticky bit and free space
Hello,
I have two little problems with samba:
1st.
Samba is not setting the sticky bit anymore !!!
I have a share that look like this:
[publico]
	comment = Arquivos publicos
	path = /home/publicos
	public = yes
	writable = yes
	force directory mode = 1777
	create mask = 0664
With samba 1.9.x it was ok, the directories was being created with the
correct permission (drwxrwxrwt), but since I
2007 Oct 21
2
xattrs: Permission denied?
I've found a(nother) bug with the xattr code:
kiwiw:~/x terpstra$ uname -a
Darwin kiwiw.lan 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23  
16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh  
powerpc
kiwiw:~/x terpstra$ echo test > bar
kiwiw:~/x terpstra$ xattr --set broken demo bar
kiwiw:~/x terpstra$ chmod 0444 bar
kiwiw:~/x terpstra$ rsync-3.0 -aHAXSx bar
2015 Oct 10
1
kerberos nfs4's principals and root access
You are right !
But it's possible to create a root kerberos principal like here :
http://docs.oracle.com/cd/E19253-01/816-4557/fgohx/
But I can't get this work with a samba kerberos realm....
2015-10-09 22:32 GMT+02:00 buhorojo <buhorojo.lcb at gmail.com>:
> On 09/10/15 08:59, Prunk Dump wrote:
>>
>>
>> -> on the server
>> $ ls -al
2018 Jan 20
1
[Bug 13239] New: "rsync --times" does not keep dirs' setgid bits when user not member of setgid group
https://bugzilla.samba.org/show_bug.cgi?id=13239
            Bug ID: 13239
           Summary: "rsync --times" does not keep dirs' setgid bits when
                    user not member of setgid group
           Product: rsync
           Version: 3.1.2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
        
2015 Nov 03
1
POSIX ACLs on Domain Controller.
Hello samba team !
On my network, I mainly manage my AD users and computers from Unix
using shell scripts. So I would like to set the shares' ACLs directly
from the DC with the POSIX setfacl command.
When exporting with NFSv4, the POSIX ACLs are conserved. I can set the
permissions the same manner as for my local users.
But on DC, the "rwx" right is mapped to "full
2018 Oct 08
1
Persistent Winbind gid cache
Thank you very much for your help Rowland ! And sorry for my English,
I'm french.
Le lun. 8 oct. 2018 à 18:38, Rowland Penny via samba
<samba at lists.samba.org> a écrit :
>
> On Mon, 8 Oct 2018 18:11:39 +0200
> Prunk Dump <prunkdump at gmail.com> wrote:
>
> > Hi !
> >
> > I use samba 4.5 ( Debian stable ) and to get the primary group I want,
>
2020 Mar 12
2
Would you expect --perms -M--fake-super to set the file mode to the original one?
Thank you for the feedback, I'm glad to see that different people see the 
issue
differently. As a followup question, what would you expect this to do:
rsync --perms --chmod g+rX -M--fake-super src dst
I would expect it to store the original permissions in the xattr, while
modifying the real file mode according to the chmod.
On Thursday, March 12, 2020 6:06:34 PM CET, Kevin Korb via rsync
2017 Jun 20
3
DRS stopped working after upgrade from debian Jessie to Stretch
On Tue, 20 Jun 2017 17:54:09 +0200
Prunk Dump via samba <samba at lists.samba.org> wrote:
> Hello thanks again for the help !
> 
> I have analysed samba logs more closely. I'am very worried. I have
> three DC (fichdc, fichds01, fichds02) but here I talk just about
> fichdc's logs.
> 
How did you upgrade 'jessie' to 'stretch' and why ?
Did all the 
2014 Mar 14
3
[Bug 10496] New: --itemize-changes always reports xattr changes with --xattrs --fake-super
https://bugzilla.samba.org/show_bug.cgi?id=10496
           Summary: --itemize-changes always reports xattr changes with
                    --xattrs --fake-super
           Product: rsync
           Version: 3.1.1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at
2008 Oct 20
0
inherit acls and inherit permissions = execute bit always set?
Hi all, I have a share set up as follows:
[images]
  path = /images
  read only = No
  create mask = 0660
  directory mask = 2770
  hide special files = yes
  hide files = /lost+found/
  acl group control = yes
  inherit acls = yes
  map acl inherit = yes
  inherit permissions = yes
  map archive = no
  security mask = 0111
When users create files or directories under this share, the ACL's
2018 Oct 08
4
Persistent Winbind gid cache
Hello Samba team !
I'm network administrator in a french high school where I store my
user/group ID using rfc2307. My client stations use Winbind to query
rfc2307 attributes.
Each new years, as all my students move to another class, almost all
my user's gid are updated in AD.
This gid is very important in my network because pam_mount mount only
the share corresponding the to user's
2003 Jan 09
1
problems with inherit permissions
Hello,
 
i'm using samba 2.0.7 with solaris 7
 
i would like to use the 'inherit permissions' - option.
 
smb.conf
 
[test]
    comment = TEST
    path = /test
    writeable = Yes
    inherit permissions = Yes
 
 
UNIX-FS:
 
mkdir /test
chmod 777 /test
chmod g+s /test
 
ls -ld /test
drwxrwsrwx  .....  test
 
 
If i create a new directory /test/xxx from unix-prompt, the new
directory
2001 Nov 25
4
What am I missing here?
Hi all,
I'm wading my way through setting up Samba at the moment and seem to have
come to a dead stop. I've managed to set up a number of shares, and although
I'm able to view them I'm unable to write files to them. The smb.cong file
is below.
Any ideas?
Alex
[global]
	workgroup = INTRANET
	server string = Samba Server 01
	security = SHARE
	encrypt passwords = Yes
	log file =