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 C166
• 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/pcred
with 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.
beq Search Tool
The new beq tool expands the search capability beyond that currently
offered by nsquery, which is limited to hosts, passwd, and group. This
search utility bypasses the name service switch and queries the backend
directly based on the specified library. The search will include the
following services: pwd, grp, shd, srv, prt, rpc, hst, net, ngp, and grm.
NOTE HP does not support the beq tool at the present time.
The syntax for this tool, along with example output, is shown below.
Syntax
beq -k [n|d] -s <service> (-l <library>) (-h | -H <#>) <idl>
(id1> (<id2> (...))