Modify ↓
Opened 18 years ago
Closed 18 years ago
#4719 closed defect (wontfix)
ignore_auth_case does not work for login
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
My environment:
- I've set ignore_auth_case to true.
- The usernames in my authentication file are all lowercase.
- I use the AdminPlugin.
- In my http-configuration I've got "AuthType Basic".
The problem: I need to type my login name in lowercase. If I type some upper case letters, login fails. So I guess ignore_auth_case doesn't work.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The
ignore_auth_case
setting only affects how Trac internally deals with usernames, it does not affect the behavior of Apache's authentication. Since Apache's Basic authentication is case sensitive, that setting will not change that behavior. It is a workaround to allow Trac to deal with authentication mechanisms like Windows domain authentication that is already not case-sensitive.