LDAP-UX Client Services B.04.15 Administrator's Guide

-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.
For the proxy user, if you switch the authentication method between simple and DIGEST-MD5,
you need to use the ldap_proxy_config -e command to delete /etc/opt/ldapux/pcred,
then use the ldap_proxy_config -i command to reconfig the proxy user.
For the Admin Proxy user, if you switch the authentication method between simple and
DIGEST-MD5, you need to use the ldap_proxy_config -A -e command to delete
/etc/opt/ldapux/acred, then use the ldap_proxy_config -A -i to reconfig the Admin
Proxy user.
6.2.6.2 Examples
The following example configures the proxy user as uid=proxyuser1,ou=special
users,o=hp.com with the password prox1pw and creates or updates the file
/etc/opt/ldapux/pcred with this information, the proxy user uses the simple authentication:
ldap_proxy_config -i uid=proxyuser1,ou=special users,o=hp.com prox1pw
The following example configures the proxy user as uid=proxyusr2,ou=special
users,o=hp.com with password prox2pw and creates or updates the file
/etc/opt/ldapux/pcred with this information, the proxy user uses the SASL DIGEST-MD5
authentication and uses the DN to generate the DIGEST-MD5 hash:
ldap_proxy_config -i uid=proxyusr2,ou=special users,o=hp.com prox2pw CR>
The following example configures the proxy user as uid=proxyusr3,ou=special
users,o=hp.com, UID proxyusr3 and password prox3pw and creates or updates the file
/etc/opt/ldapux/pcred with this information, the proxy user uses the SASL DIGEST-MD5
authentication and uses the UID to generate the DIGEST-MD5 hash:
ldap_proxy_config -i uid=proxyusr3,ou=special users,o=hp.com prox3pw proxyusr3
The following example configures the Admin Proxy user as uid=adminproxy,ou=special
users,o=hp.com with the password adminproxpw and creates or updates the file
/etc/opt/ldapux/acred with this information, the Admin Proxy user uses the simple
authentication:
ldap_proxy_config -A -i uid=adminproxy,ou=special users,o=hp.com
adminproxpw
The following example configures the Admin Proxy user as uid=adminproxy2,ou=special
users,o=hp.com with password admin2pw 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 DN to generate the DIGEST-MD5 hash:
ldap_proxy_config -A -i uid=adminproxy2,ou=special users,o=hp.com
admin2pw CR>
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
6.2 Client Management Tools 143