LDAP-UX Client Services B.04.15 with Microsoft Windows Active Directory Server Administrator's Guide (edition 8)

Table Of Contents
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/pcredwith this information:
ldap_proxy_config -i
CN=Proxy User,CN=Users,DC=cup,DC=hp,DC=com
prox12pw
The following example displays the current proxy user:
ldap_proxy_config -p
PROXY_DN: CN=Proxy User,CN=users,DC=cup,DC=hp,DC=com
The following example checks the configured proxy user information and checks whether
or not the client can bind to the directory as the proxy user with LDAP-UX Client Services
B.03.10 or earlier:
ldap_proxy_config -v
File Credentials verified - valid
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 -d "CN=Proxy User,CN=Users,DC=cup,DC=hp,DC=com" \
-c prox12pw
The following example configures the proxy user with the contents of the file proxyfile
and updates the file /etc/opt/ldapux/pcredwith this information (the pcred file must
exist first):
ldap_proxy_config -f proxyfile
The file proxyfile must contain two lines: the proxy user DN on the first line and password
on the second line.
170 Command, Tool, Schema Extension Utility, and Migration Script Reference