| << Back to previous view |
[QB-3763] Using LDAP Authentication allows multiple mixed case users
|
|
| Status: | Open |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 11.0.7 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Thrasys Admin | Assigned To: | Robin Shen |
| Resolution: | Unresolved | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
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()); |