LDAP-UX Client Services B.04.00 with Microsoft Windows 2000/2003 Active Directory Administrator's Guide

Command, Tool, and Migration Script Reference
Client Management Tools
Appendix C 165
where
options
can be any of the following:
-e erases the currently configured proxy user from the file
/etc/opt/ldapux/pcred. Has no effect on the proxy
user information in the directory itself.
-i configures the proxy user interactively from stdin.
Enter the command with -i then press the Enter key.
Next enter the proxy user DN then press the Enter
key. Finally enter the proxy user credential or
password and press the Enter key.
-f
file
configures the proxy user from
file. file
must
contain two lines: the first line must be the proxy user
DN, and the second line must be the proxy user
credential or password.
CAUTION After using the -f
file
option you should delete or protect the file as it
could be a security risk.
-d
DN
configures the proxy user distinguished name to be
DN
.
-c
passwd
configures the proxy user credential or password to be
passwd
.
-p prints the DN of the current proxy user.
-v verifies the current proxy user and credential by
connecting to the server.
-h displays help on this command.
With no options, ldap_proxy_config configures the proxy user as
specified in the file /etc/opt/ldapux/pcred.
Examples
The following example configures the proxy user as
CN=Proxy User,CN=Users,DC=cup,DC=hp,DC=com with the
password prox12pw and creates or updates the file
/etc/opt/ldapux/pcred with this information:
ldap_proxy_config -i
CN=Proxy User,CN=Users,DC=cup,DC=hp,DC=com
prox12pw