If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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());
|
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()); |
Show » |
There are no comments yet on this issue.
|
|