History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3763
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Thrasys Admin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Using LDAP Authentication allows multiple mixed case users

Created: 23/Jul/21 05:51 PM   Updated: 23/Jul/21 05:51 PM
Component/s: None
Affects Version/s: 11.0.7
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Login using LDAP auth as
"john.doe"
and
"John.Doe"

Results in to user accounts in QB created.
Maybe ldap auth could use the username returned from ldap.
Instead of:
user.setName(correctedUserName);
Have a new field com.pmease.quickbuild.security.AuthenticationResult
user.setName(authenticationResult.getUserName());

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.