Optionally, you can configure Business Continuity Manager to authenticate bcmadmin users using an LDAP server. Users can be configured in an Admin or Readonly role. Users with the Readonly role cannot change any configuration, system, or object state within Business Continuity Manager.
- Enable LDAP authentication by setting the configuration setting LDAPServerURI.
bcmadmin> config update LDAPServerURI ldap://server.domain.com:389/ REASON 'ldap config';
Configure this setting only once. - Add the user using the ADMIN ADD command, use LDAP for the password.
bcmadmin> admin add username 'First, Last' LDAP readonly; Successfully added the administrator 'username' (role readonly)