NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

During installation, if install.properties specifies the option database.re-create=false, the administrator uses his or her existing account, then selects Admin > User Authorization Tool and adds users to NBIA.

If this is a upgrade to a new version of NBIA, all users should still exist in the NBIA database. Administrative users and other existing users can use their existing credentials to log in to NBIA.

Panel

If this is a new installation of NBIA or if the NBIA database

...

has been wiped out by using the installation property “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 name. 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 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 updated, the admin user can login to NBIA GUI with the login name “aLoginName” and the corresponding LDAP password.