You configure administrator accounts at the settings administrators administrators level.
To create an administrator account, use the following command:
Admin@nodename# create settings administrators administrators
Specify the administrator account type (local, LDAP user, LDAP group, with auth profile) and the respective parameters:
Parameter |
Description |
---|---|
local |
Add a local administrator:
|
ldap-user |
Add a user from the existing domain (you need to have the LDAP connector configured correctly; for more details, see the Configuring LDAP Connectors section):
Admin@nodename# create settings administrators administrators ldap-user admin-profile "test profile 1" connector "LDAP connector" description "Admin as domain user" login testd.local\user1 enabled on |
ldap-group |
Add a user group from the existing domain (you need to have the LDAP connector configured correctly; for more details, see the Configuring LDAP Connectors section):
Admin@nodename# create settings administrators administrators ldap-group admin-profile "test profile 1" connector "LDAP connector" description "Domain admin group" login testd.local\users enabled on |
admin-auth-profile |
Add an administrator with an auth profile (you need to have the auth servers configured correctly; for more details, see the Configuring Authentication Servers section):
|
To edit the profile parameters, use the following command:
Admin@nodename# set settings administrators administrators <admin-type> <admin-login>
The command's parameters are similar to those used for administrator profile creation.
To display information about all administrator accounts, use the following command:
Admin@nodename# show settings administrators administrators
To display information about an individual administrator account, use the following command:
Admin@nodename# show settings administrators administrators <admin-type> <admin-login>
Example of the command execution:
Admin@nodename# show settings administrators administrators ldap-user testd.local\user1 login : testd.local\user1 enabled : on type : ldap_user locked : off admin-profile : test profile 1
To delete an account, use the following command:
Admin@nodename# delete settings administrators administrators <admin-type> <admin-login>
Example of the command:
Admin@nodename# delete settings administrators administrators ldap-user testd.local\user1