After changing the LDAP user name, it is not possible to log in with the new user name.
The old the user has been deleted via Foglight UI. Log in with the old user name works.
Product defect: FGL-12953
The table sec_user_alias in the Foglight database still contains a row with the LDAP user name and real user name. Both columns have a unique constraint, so no new row can be added, if only LDAP user name or real user name changed.
WORKAROUND:
Before deleting the problematic row from the table, make sure a current database backup is available. If not, please do a backup first!
To delete the row from the table:
- Log in the Foglight database
- Run the statement:
delete from sec_user_alias where useralias = <your useralias>;
STATUS:
A change request has been created. CR number: FGL-12953
It will be fixed in a future release.
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center