Enabling/Disabling Appliance User Accounts

By default, admin is the only active user account on the SafeNet Luna Network HSM appliance. The other default accounts (operator, monitor, audit) exist and cannot be deleted. The admin account (or a custom user account with an admin role) must first enable them using the procedure below.

To enable a default appliance user account

1.Connect to the appliance via SSH or a serial connection, and log in to LunaSH as admin or a custom user with an admin role (see Logging In to LunaSH).

2.Enable the desired account (see user enable).

lunash:>user enable -username <account_name>

lunash:>user enable -userName audit
 
audit was enabled successfully.
 
 
Command Result : 0 (Success)

The user of this account can now log in to LunaSH with the account name and default password "PASSWORD". See Logging In to LunaSH.

To disable any appliance user account

1.Connect to the appliance via SSH or a serial connection, and log in to LunaSH as admin or a custom user with an admin role (seeLogging In to LunaSH).

2.Disable the desired account (see user disable).

lunash:>user disable -username <username>

lunash:>user disable -username monitor
 
monitor was disabled successfully.
 
 
Command Result : 0 (Success)