Modify

Opened 16 years ago

Closed 16 years ago

#2161 closed defect (worksforme)

Add option to standardize case of user names coming from CAS

Reported by: anonymous Owned by: Noah Kantrowitz
Priority: normal Component: TracCasPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

In our environment, CAS is not case-sensitive. It will allow you to log in with lower case or upper case letters, and the user id is returned to Trac in the case it was entered. Trac is seeing this as two different users. It would be cool if the Plugin would convert the user id to all upper or all lower case letters to avoid this problem, before returning it to Trac. I know almost nothing about Python, so to make this correction myself has proven problematic. A little help would be great, and I think others would have this issue too.

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Noah Kantrowitz

Resolution: worksforme
Status: newclosed

This is already taken care of by the ignore_auth_case option in trac.ini. The CAS plugin will respect it in the same way as the normal login module.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.