Date Posted:
Product: Columbus
Product: Columbus
Problem:
How do I revert an LDAP user account to a local account?
Solution:
You can disable the LDAP login (to revert the account to local application password) via the Columbus server command line interface.
- connect to the command line interface and switch to the columbus users account
$ su - columbus
- execute the following omero setdn command for each ldap user account that should be disabled:
$ /usr/local/PerkinElmerCTG/Columbus/bin/omero ldap setdn USER ""
...where USER is the name of the columbus user account for which you want to disable ldap.
After this you should be able to log in to the Columbus UI using the stored local password and could also modify the users password as usual via the Columbus admin account.
Comments
0 comments
Article is closed for comments.