LDAP-UX Client Services B.04.10 Administrator's Guide (edition 7)
The following example configures the Admin Proxy as uid=adminproxy3,ou=special
users,o=hp.com, UID adminproxy3 and password admin3pw and creates or updates
the file /etc/opt/ldapux/acred with this information, the Admin Proxy user uses the SASL
DIGEST-MD5 authentication and uses the UID to generate the DIGEST-MD5 hash:
ldap_proxy_config -A -i
uid=adminproxy3,ou=special users,o=hp.com
admin3pw
adminproxy3
The following example displays the current proxy user:
ldap_proxy_config -p
PROXY_DN: uid=proxyuser,ou=special users,o=hp.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:
ldap_proxy_config -v
File Credentials verified - valid
The following example configures the proxy user as uid=proxyuser,ou=special
users,o=hp.com with the password prox12pw and creates or updates the file
/etc/opt/ldapux/pcred with this information:
ldap_proxy_config -d "uid=proxyuser,ou=special users,o=hp.com" -c prox12pw
The following example configures the proxy user with the contents of the file proxyfile and
creates or updates the file /etc/opt/ldapux/pcred with this information:
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.
134 Command and Tool Reference