On Aug 24, 12:58 pm, "John Calcote" <[EMAIL PROTECTED]> wrote:
> I've configured my trac system to use mod_python on apache (2). I've also 
> configured it to use LDAP authentication with openldap (slapd 2.13.x). Now, 
> when I click the login link, I get prompted for a username and password, as 
> you might expect, and when I sign in, I find I'm logged in properly.
>
> However, when I click the logout link, and then click the login link again 
> (in the same browser), I'm not prompted for username and password, but rather 
> simply automatically logged in again as the previous user.
>
> Is this a defect, or do I have something configured incorrectly?

If you are using HTTP Basic authentication but with account
information merely coming from LDAP, then you would be experiencing
the fact that browsers will remember the HTTP Basic authentication
credentials and will automatically represent them when encountering
the same authentication realm again. Thus, doesn't matter if you log
out of web application itself.

What is the actual Apache configuration you are using  for setting of
authentication mechanism and someone can probably confirm whether this
is the case if you are still unsure.

Graham


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to