This question has been answered many times on this MailingList, you'll find a lot of answers in the archive.
Short answer: it is not possible with HTTP authentication. You can use the AccountManagerPlugin if you really need to log out (... without closing your web browser or a browser that support "Clear HTTP authentication" feature such as Firefox). Cheers, Manu On 9/14/07, Teo <[EMAIL PROTECTED]> wrote: > > 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 > > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
