Configuring Different Types of Access

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.
  1. Stop the MRSA services and nginx services by running the /etc/init.d/LsiSASH stop command.
  2. Go to the file <MRSA_Home>/LSIStorageAuthority\conf.
  3. Open the file LSA.conf.
  4. Update the following field value to 0.
    # bypass authentication (use with caution)
    bypass_authentication = 1
  5. Restart the MRSA services and nginx services by running the /etc/init.d/LsiSASH restart command.
  6. 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.