Hello to all of you, After installing Samba i have the following Problem: I would like to use acl's, ldap and quotas with samba so i run configure with the options --with-acl-support --with-ldapsam --with-ldap --with-quota
After running configure i found the following lines with acl:
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
I then checked if the libacl is on the system. With rpm -qa | grep
libacl
this is the output:
felixsch01:~/downloads/samba-3.0.2a/source # rpm -qa | grep libacl
libacl-2.2.15-23
So libacl sould be ok.
After compiling samba i checked for the use of acl with ldd this is the
result:
felixsch01:~ # ldd /usr/sbin/smbd
libldap.so.2 => /usr/lib/libldap.so.2 (0x40022000)
liblber.so.2 => /usr/lib/liblber.so.2 (0x40055000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40061000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40093000)
libnsl.so.1 => /lib/libnsl.so.1 (0x400a6000)
libdl.so.2 => /lib/libdl.so.2 (0x400bb000)
libc.so.6 => /lib/i686/libc.so.6 (0x400be000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x401f1000)
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40205000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x40235000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
I mount the partion with the option "acl" in fstab. Then i tested the
acl with the Server and Linux client. Then i logged on with a Windows
client with the same user. But no acl :-(. I could only see the normal
rights (u-g-o) but no groups from the extended acl.
What did i wrong? What schould i do?
Thank's for then help
Stefan
--
Stefan Kania <[EMAIL PROTECTED]>
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
