LDAP-UX Client Services B.04.00 Administrator's Guide
Command and Tool Reference
beq Search Tool
Chapter 5150
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.
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> (...))
where
k [n|d] Required. The search key may be either n for name
string or d for digit (a numeral search).