#6996 closed defect (duplicate)
LDAP could not logout
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We configured LDAP access for our Trac instance. It works!! But after login, it does not allow user to logout, even after closing and restarting the browser. It might be a bug of Trac. Anyone has any idea to fix?
Hong
Attachments (0)
Change History (8)
comment:1 by , 17 years ago
Keywords: | needinfo added |
---|
comment:2 by , 17 years ago
I am using 0.11b1. For this Trac instance, I am using LDAP. I configured apache for LDAP. When running the URL, it is not going to the main page but a dialog popup ask for username and password. It is for LDAP. I type in my LDAP username and password, then I am logged in. The username/password should not be saved in our server (or browser, while I am not sure), since it will talk with the LDAP server to valid.
AccountManager in this case is not related to LDAP. You could not even go to the AccountManager part by LDAP.
comment:3 by , 17 years ago
In addition, after I logged in through LDAP username/password. I click the 'logout' link, I still could not logout. What I have to do to logout is quit the browser program, restart the browser. It is quite weird and inconvenient.
comment:5 by , 17 years ago
I think is something regarding to the action location /logout. I think we need to define in the httpd.conf apache file a location called logout and reset the connection there, since when you clik in logout the page /logout is GET requested.
My problem is that i don't know what to set there.
comment:6 by , 17 years ago
Priority: | high → normal |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This is not related to LDAP but to the way HTTP authentication works.
If you need logouts, you want to use the th:AccountManagerPlugin
comment:7 by , 17 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:8 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Actually it's a duplicate of #791
Are you sure you haven't saved the password in the browser? Are you using AccountManager? What version of Trac. Please give some specifics.