Andrew Schulman wrote:
So, what is the fix for adding NT ACL support? Recompiling Samba from source and reinstalling or can this just be patched in somehow?On 5/6/05, Freddy Freeloader <fredddy@cableone.net> wrote:Can anyone tell me if NT ACL support is compiled into the Debian Samba packages? I've read the Debian rules file in the Samba source package and see a line for ACL support but am unsure if that is Posix ACL or NT ACL.Afaik samba is compiled against libacl, which is POSIX ACL support for Linux.$ apt-cache depends samba | grep -i acl Depends: libacl1 $ apt-cache show libacl1 [...] Description: Access control list shared library This package contains the libacl.so dynamic library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists.