On Tue, 6 Jan 2004 [EMAIL PROTECTED] wrote: > Does anybody has examples of how using the filter search for > squid_ldap_auth? I don't understand the ones in the man page or the one > in RFC2254.
What does the user objects you want to search for look like? Specifically what attribute carries the login name and what is the objectClass? A very common LDAP user search filer is (&(uid=%s)(objectClass=Person)) this searches for a Person class object where the uid attribite equals to the login name. LDAP directories where the user objects look differently requires different filters. Regards Henrik
