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 user name and password.
- Stop the MRSA services and nginx services.
- 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
- Start the MRSA services and nginx services.
-
To enable remote access of the application, complete the following steps.
Note: By default, the application is installed in the localhost mode. The user can only access the application from the local host IP.
- Stop the MRSA services and nginx services.
- Go to <MRSA_Home>/LSIStorageAuthority\server\conf.
- Open the file nginx.conf.
-
Edit the following lines:
listen 127.0.0.1:2463 default_server;
Uncomment the following lines:
#use below configuration to allow inbound access to this port from remote servers #listen 2463 default_server;
- 4) Start the MRSA services and nginx services.