Displaying 1 result from an estimated 1 matches for "samba_cv_have_posix_acl".
2002 Jul 19
0
SOLUTION :to can't copy files to samba volume
...in the samba source, and add 'LIBS="$LIBS -lattr" before
the check for acl_get_file (at around line 2596, so it looks like:
LIBS="$LIBS -lattr"
AC_CHECK_LIB(acl,acl_get_file)
AC_CACHE_CHECK([for ACL support],samba_cv_HAVE_POSIX_ACL
S,[
AC_TRY_LINK([#include <sys/types.h>
ran "autoconf" to rebuild the configure.in file, and repackaged the samba
tree into the tarball so I could have RPM build things for me.
It all worked great, though changing ACL's from win2k does NOT stick. I'...