To enable logging in with a user name and password, complete the following steps.
Note: By default, the application is installed without a login so the user can access the application without entering a username and password.
-
Stop the MRSA services and nginx services by running the /etc/init.d/LsiSASH stop command.
-
Go to the file <MRSA_Home>/LSIStorageAuthority\conf.
-
Open the file LSA.conf.
-
Update the following field value to 0.
# bypass authentication (use with caution)
bypass_authentication = 1
-
Restart the MRSA services and nginx services by running the /etc/init.d/LsiSASH restart command.
-
Verify the status of the services by running the /etc/init.d/LsiSASH status command.
Note: For a more secure environment, use the bypass_authentication = 0 command. Setting bypass_authentication = 1 allows non-administrator users to log in and access MRSA, which may not be desired for all setups.