Modify ↓
Ticket #4561 (closed defect: duplicate)
Opened 5 years ago
Last modified 5 years ago
case sensitivity with login information on windows and duplicate user entry in session table
| Reported by: | Karmadude <karmadude@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | 0.10.3 |
| Severity: | major | Keywords: | iexplorer7 |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I have trac setup to use windows domain authentication. When I login using firefox, everything is in lowercase, and and entry is made in session table:
example: domain\username
Now if I login from IE7, since I am on the domain, IE7 automatically logs me in, but everything is in uppercase now and a second entry is made to the session table for the same user, but with uppercase characters.
example: DOMAIN\UserName?
Attachments
Change History
comment:1 Changed 5 years ago by eblot
- Milestone 0.10.4 deleted
- Severity changed from blocker to critical
comment:2 Changed 5 years ago by cboos
- Milestone set to 0.10.4
- Priority changed from highest to high
- Severity changed from critical to major
comment:3 Changed 5 years ago by cboos
- Keywords iexplorer7 added; IE7 removed
comment:4 Changed 5 years ago by cboos
- Milestone 0.10.4 deleted
- Resolution set to duplicate
- Status changed from new to closed
See #2310.
Note: See
TracTickets for help on using
tickets.



See also #4560. It's not yet clear yet whether the "Missing or invalid form token. Do you have cookies enabled?" error reported there is caused by the problem reported here or not.