Edgewall Software
Modify

Opened 17 years ago

Closed 17 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)

Change History (1)

comment:1 by Matthew Good, 17 years ago

Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.