> Does anyone know if the binaries provided by the Samba team are compiled > with LDAP support? I've tried 2.2.8a and 3.0.0 for Debian, but both > complain that the ldap parameters (like ldap server) for unknown.
Just "ldd /usr/sbin/smbd". Is libldap in the list? If not, than the smbd isn't linked against it. Most (all?) distributed binaries I've met don't include things like ACL, LDAP, etc... support for obvious reasons (least common denominator). -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
