This is a discussion on Re: [squid-users] squid_ldap_auth source modification needed... within the Squid Users forums, part of the Web Server and Related Forums category; On Thu, 19 Feb 2004, Martijn Moret wrote: > I'm using squid-2.5.STABLE4. Are you positively sure ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 19 Feb 2004, Martijn Moret wrote:
> I'm using squid-2.5.STABLE4. Are you positively sure about this? > The problem is on our side, we allow spaces in the uid on ldap (not in > the password). > In order to authenticate with the squid_ldap_auth we need the separator > to be the last space. In Squid-2.5 is you log in using Login : Joe Luser Password: Secret Password the string sent to squid_ldap_auth is Joe%20Luser Secret%20Password There is never more than one space in the request sent to Basic authentication helpers in Squid-2.5. Regards Henrik |