On 13.08.07 11:05, Joe Seeley wrote:
> I am trying to use Apache LDAP authentication and proxying to make sure
> users exist in our LDAP repository.  This is working, but the user is always
> prompted to login multiple times.  In Firefox the users are prompted twice
> for their login; in IE the users are prompted three times for their login.

> ProxyRequests Off
> ProxyPass / http://localhost:5000/
> ProxyPassReverse / http://localhost:5000
> ProxyHTMLURLMap http://localhost:5000 http://1.2.3.4
> ProxyHTMLURLMap http://localhost:5000 http://1.2.3.5
> 
> <Location />
>   ProxyPassReverse http://localhost:5000
>   SetOutputFilter proxy-html
>   ProxyHTMLURLMap /     /
>   AuthLDAPEnabled on
>   AuthLDAPAuthoritative on
>   AuthLDAPURL
> "ladp://myserver:3268/DC=FOO,DC=BAR,DC=COM?sAMAccountName?sub?"
>   AuthLDAPBindDN '[EMAIL PROTECTED]"
>   AuthLDAPBindPassword "password"
>   AuthType Basic
>   AuthName "Login in using your domain login."
>   require valid-user
> </Location>
> 
> If you see a mistake in my conf file, or understand why this is prompting
> for multiple logins I would appreciate any advice.

doesn't or don't the proxied servers require their own authentication?
-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
On the other hand, you have different fingers. 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to