If you need to create a new proxy user and change your client
systems to use the new proxy user, use the following steps:
Example |
 |
For example, the following command configures the local client
to use a proxy user DN of CN=Proxy User, CN=Users, DC=cup, DC=hp, DC=com with a password of abcd1234:
cd /opt/ldapux/config ./ldap_proxy_config -i CN=Proxy User, CN=Users, DC=cup, DC=hp, DC=com abcd1234 |
The following command displays the current proxy user:
./ldap_proxy_config -p
PROXY DN: CN=Proxy User, CN=Users, DC=cup, DC=hp, DC=com
The following command checks to see if the proxy user can
bind to the directory:
./ldap_proxy_config -v
File Credentials verified - valid SCS Credentials verified - valid File copy & SCS copy are synchronized |