Purpose
Allows an administrator to change the password associated with a specific userid . This command results in an error if the userid does not exist.
Syntax
ADMIN CHANGE PASSWORD userid password | LDAP ;Parameters
- userid
- Unique user identifier (ID).
- password
- New administrator password.
- LDAP
- Changes the password of the specified administrator. If password is set to LDAP, LDAP authentication is used using the LDAP server set in the 'ldapServerURI' config setting.
Usage Considerations
This command results in an error if the user id value does not exist in Unity.
Examples
unityadmin> ADMIN CHANGE PASSWORD adminExampleID 654321;
Successfully changed the password of administrator 'adminExampleID'.