hcmds64ldapuser command

Ops Center Automator User Guide

Version
10.8.x
File Size
3.6 MB
Audience
anonymous
Part Number
MK-99AUT001-14

The hcmds64ldapuser command registers the user information required for Active Directory registration information search when Ops Center Automator links with Active Directory. This command can also be used to delete registered user information.

After you use this command to register the user information, run the hcmds64checkauth command to verify that the information can be properly authenticated.

The syntax is:

hcmds64ldapuser {/set /dn user-identifier | /delete} /name {server-identifier | domain-name} | /list
Note: You are prompted to enter the password in interactive mode.

where:

  • /set registers the user information.
  • /dn specifies the user identifier of the user to be registered. Follow RFC 4514 for the possible characters. The characters &, |, ^, (, ), <, and > must be enclosed by double quotation marks (") or escaped with a caret (^). To specify a value that ends with \, escape it with \.
  • /delete deletes the registered user information. The information of the user which includes the server identifier or domain name specified by the /name option is deleted.
  • /name specifies the server identifier or domain name to which the user is registered. When deleting the user information, specify the server identifier or domain name of the server in which the user to be deleted is registered. However, you cannot specify the domain name if group linkage with Active Directory is disabled and a user for LDAP search is registered. In that case, specify the server identifier.
  • /list displays the list of server identifiers and domain names contained in the registered user information.