[Samba] Samba4 binding LDAP Server

steve steve at steve-ss.com
Mon Jun 2 07:14:30 MDT 2014


On Mon, 2014-06-02 at 09:57 -0300, Danilo Mussolini wrote:
> [root at Nemesis ~]# getfacl /u01/
> getfacl: Removing leading '/' from absolute path names
> # file: u01/
> # owner: root
> # group: o2pos
> # flags: -s-
> user::rwx
> group::rwx
> other::r-x
> 
> 
> 
> 
> After setacl, looks like this:
> 
> 
> 
> 
> [root at Nemesis ~]# getfacl /u01
> getfacl: Removing leading '/' from absolute path names
> # file: u01
> # owner: root
> # group: o2pos
> # flags: -s-
> user::rwx
> group::rwx
> group:o2pos:rw-
> mask::rwx
> other::r-x
> 
> 
> 
> 
> Still not working. Maybe there is a bug in Samba4 when taking users
> and groups from a LDAP database.

OK. Just make sure:
chmod g+s /u01
and
setfacl -dm g:o2pos:rw /u01

Can you post:
login as a user in the group o2pos
cd /u01
touch afile
ls -l afile
getfacl afile
cat /etc/fstab

Gotta b something simple.
Cheers,
Steve





More information about the samba mailing list