> I believe Samba 3 comes with ACL support turned off by default as well
> (I'm not sure, I've always built from Source RPM, which didn't have
> --with-acl-support in the configure line). In which case, you'll need
> to get the Samba 3 SRPM and add --with-acl-support to the configure line
> and use rpmbuild to build a custom samba3 RPM.
>
> Hope this helps!
>
> Clint
2.4.21 kernel does support ACL, don't need any patch. I install Samba-3 from
RPM, and it does support ACL too.
# 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
ACL turns on in this kernel.
# ldd /usr/sbin/smbd
libattr.so.1 => /lib/libattr.so.1 (0x4020c000)
libacl.so.1 => /lib/libacl.so.1 (0x40210000)
And ACL supporting packages are installed in samba-3 rpm (3.0.2)
I use Suse Linux 9.
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba