NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

If this is a new installation of NBIA or if the NBIA database has been wiped out by using the installation property “database“database.re-create=true”, then the default admin username in the database is “nciadevtest”. You must add this username to LDAP so that you can use the default administrative user to log in and create other users for NBIA.

An alternative method to adding the username to LDAP is to replace the login name “nciadevtest” in the csm_user table with the admin’s LDAP login nameusername. The administrative user can then use his or her own LDAP account to log in to NBIA and access the User Authorization Tool.

Example:
Assume the LDAP username in LDAP is "aLoginName". Run the following SQL in MySQL/MariaDB:

update nbiadb.csm_user set login_name = 'aLoginName' where login_name='nciadevtest';

After the database is updatedupdates, the admin user can login log in to NBIA GUI with the login name username aLoginName” and the corresponding LDAP password.