Dear all,

I configured trac login with Apache and LDAPs

<Location /trac>
  [...]
</Location>

<LocationMatch "/trac/login">
   # LDAP
   AuthType          Basic
   AuthName          "ID/BD Trac"
   AuthBasicProvider ldap
   Include           /home/subversion/conf/ldap_authenticated.conf
   Require           valid-user
</LocationMatch>

The ldap_authenticated.conf contains the LDAP relevant setting (which
work and are tested)

Everything works:
 * I click on login and I am prompted (by the browser) for my username
and password
 * am logged in
 * if I click on logout I am logged out

Now the problem is that if I log in again I am *not* prompted again
and I am automatically logged it. I would like to get authenticated
again to be able to log in as a different user.

Any hint?

Thanks

Matteo


--~--~---------~--~----~------------~-------~--~----~
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