HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide

NOTE:
In the LDAP directory server, you can use double quotation marks (") for the DN and password.
In the management server, however, you need to register a user account whose DN and password
do not include double quotation marks.
If you are using Active Directory, you can use the dsquery command provided by Active Directory
to check the DN of a user. The following example shows how to use the dsquery command to
check the DN of the user administrator, and also shows the execution results:
dsquery user -name administrator
"CN=administrator,CN=admin,DC=example,DC=com"
If the DN includes commas such as cn=administrator,cn=admin,dc=example,com,
specify as follows:
In Windows:
hcmdsldapuser /set /dn "cn=administrator,cn=admin,dc=example\,com"
/pass administrator_pass /name ServerName
In Linux:
hcmdsldapuser -set -dn "cn=administrator,cn=admin,dc=example\\,com"
-pass administrator_pass -name ServerName
Related topics
Notes on commands for setting up a link to an external authentication server, page 156
Deleting an LDAP search user account
Use the hcmdsldapuser command to delete the LDAP search user account from the management
server.
Information to collect in advance
Server identification name of the LDAP directory server (for LDAP authentication)
Domain name of the RADIUS server (for RADIUS authentication)
Realm name of the Kerberos server (for Kerberos authentication)
To delete an LDAP search user account:
Execute the hcmdsldapuser command.
In Windows:
installation-folder-for-Common-Component\bin\hcmdsldapuser /delete
/name name
In Linux:
installation-directory-for-Common-Component/bin/hcmdsldapuser -de-
lete -name name
Related topics
Notes on commands for setting up a link to an external authentication server, page 156
User account management152