[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Squid with LDAP authentication



>I want to integrate squid authentication with LDAP. Do I need to extend the
>OpenLDAP schema for this ?

No, an rfc2307 schema user object will work.  Squid supports either PAM
(and thus ldap via pam_ldap) or an authentication daemon like ldap_auth
(which is what we use).