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 <stefan@kania-online.de> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://lists.samba.org/archive/samba/attachments/20040329/49216222/attachment.bin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stefan Kania ?rta: | 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 | | | Before compiling samba install libacl-devel, or acl-devel, or something like that (depends on your distro) Good Luck, Geza -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFAaGsO/PxuIn+i1pIRAgrUAJ9BIAtF+cn4UFhDJ9jil3HOSWuRRwCgg3eW XzCtTMJR3z2mDnLE1SGaDZI=jvTL -----END PGP SIGNATURE-----
Before compiling samba install libacl-devel, or acl-devel, or something like that (depends on your distro) Good Luck, Geza thank you that solved my problem Stefan -- Stefan Kania <stefan@kania-online.de> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://lists.samba.org/archive/samba/attachments/20040330/599471d4/attachment.bin