Purpose
Adds a new Unity server administrator.
Syntax
ADMIN ADD userid username password | LDAP admin | readonly ;Parameters
- admin
- Adds user with full administrative privileges.
- password
- User password.
- Must be at least five characters long
- Alphanumeric characters only.
- LDAP
- Adds a new server administration user. If password is set to LDAP, LDAP authentication is used using the LDAP server set in the 'ldapServerURI' config setting.
- readonly
- Adds user with read only privileges.
- userid
- Unique user identifier (ID).
- username
- Name of the user. Name can contain a maximum of 25 characters.
Usage Considerations
This command results in an error if the userid value already exists in Unity.
Example
unityadmin> ADMIN ADD adminExampleID Administrator 123456 ADMIN;
Successfully added the administrator 'adminExampleID' (role ADMIN).