[Samba] ACL doesn't work
Lancsár Roland
lancsihh at freemail.hu
Mon Mar 29 21:02:13 GMT 2004
linux:/download # cat config | grep ACL
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_NFS_ACL=y
CONFIG_NFSD_ACL=y
CONFIG_FS_POSIX_ACL=y
CONFIG_SND_MSND_PINNACLE=m
So, my kernel supports acls for ext3
linux:/etc/samba # ldd /usr/sbin/smbd
libattr.so.1 => /lib/libattr.so.1 (0x4020c000)
libacl.so.1 => /lib/libacl.so.1 (0x40210000)
So, samba supports acls
linux:/ # cat /var/log/boot.msg | grep acl
/dev/sda2 on /shared type ext3 (rw,acl)
So, fstab is OK
But,
linux:/ # dmesg | grep acl
linux:/ # # dmesg | grep ACL
they show nothing...
Well, what is wrong?
ps:
linux:/ # setfacl -m u:roland:r sample.txt
setfacl: fajl: Operation not supported
More information about the samba
mailing list