Re: [EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Joe Seeley
> > > Strange, it almost seems like the creds aren't being cached, but if it > > is only 2 or 3 times, that can't be the case. Are you loading both > > mod_ldap and mod_authnz_ldap? Can you test without the proxy parts? I'm using mod_ldap and mod_auth_ldap. Due to the way the app is setup it w

[EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Joe Seeley
I am reposting this since I have not found a solution and never got a reply on the original post. I've seen through Google others with the same problem, but never a solution. I'm hopeful that someone knows what's going on... I am trying to use Apache LDAP authentication and proxying to make sure

Re: [EMAIL PROTECTED] Authentication prompts multiple times for login

2007-08-13 Thread Joe Seeley
Anyone have any ideas on this? On 8/13/07, Joe Seeley <[EMAIL PROTECTED]> wrote: > > > Why do you have <http://localhost:5000> ? > > The localhost proxypass is to make remote requests look like they are > local requests. The application needs to believe the reque

Re: [EMAIL PROTECTED] Redirect Permanent Help

2007-08-13 Thread Joe Seeley
Nathan, RedirectPermanent is only going to match for the exact URL. If you want it to match for anything that is LIKE / you will need to use RewriteCond + RewriteRule OR RedirectMatch. RedirectMatch will map redirect a regular expression match to a new URL. RedirectPermanent / http://foo.com/

Re: [EMAIL PROTECTED] Authentication prompts multiple times for login

2007-08-13 Thread Joe Seeley
> Why do you have ? The localhost proxypass is to make remote requests look like they are local requests. The application needs to believe the requests are local to provide the proper response. > I assume from this that you are trying to bind and authenticate against > an

[EMAIL PROTECTED] Authentication prompts multiple times for login

2007-08-13 Thread Joe Seeley
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.