[Samba] Permission Denied

Henry McLaughlin henry at incred.com.au
Tue Nov 24 23:00:40 UTC 2015


I have created a [home] share:

user at jupiter:~$ sudo ls -l /srv/samba/
total 24
drwxrwxr-x  2 root domain admins 4096 Nov 22 21:38 Demo
drwxrwxr-x  2 root domain admins 4096 Nov 15 11:51 Finance
drwxrwxr-x+ 2 root domain admins 4096 Nov 25 08:08 home
drwxrwxr-x+ 9 root domain admins 4096 Nov 24 21:06 Printer_drivers

When i try to set the ACLs in Windows I get "Permission Denied"

In Windows I am logged in as "administrator" who is a member of "Domain
Admins"

user at jupiter:~$ getfacl /srv/samba/home
getfacl: Removing leading '/' from absolute path names

# file: srv/samba/home
# owner: root
# group: domain\040admins
user::rwx
user:root:rwx
group::r-x
group:domain\040admins:r-x
mask::rwx
other::r-x
default:user::rwx
default:group::r-x
default:group:domain\040admins:rwx
default:mask::rwx
default:other::r-x


Domain Admins does have the correct privileges:

user at jupiter:~$ net rpc rights list accounts -U'ABC\administrator'
Enter ABC\administrator's password:
BUILTIN\Print Operators
No privileges assigned

BUILTIN\Account Operators
No privileges assigned

BUILTIN\Backup Operators
No privileges assigned

BUILTIN\Server Operators
No privileges assigned

ABC\Domain Admins
SePrintOperatorPrivilege
SeDiskOperatorPrivilege

BUILTIN\Administrators
SeMachineAccountPrivilege
...
SeEnableDelegationPrivilege

Everyone
No privileges assigned


More information about the samba mailing list