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 C 169
pw_dir............(/home/iuser2)
pw_shell..........(/usr/bin/sh)
pw_audid..........(0)
pw_audflg.........(0)
• An example beq command using group name igrp1 as the search
key, grp (group) as the service, and ldap as the library is shown
below:
./beq -k n -s grp -l /usr/lib/libnss_ldap.1
igrp1
nss_status.............. NSS_SUCCESS
gr_name...........(igrp1)
gr_passwd.........(*)
gr_gid............(21)
pw_age............()
gr_mem
(iuser1)
(iuser2)
(iuser3)
• An example beq command using gid number 22 as the search key,
grp (group) as the service, and ldap as the library is shown below:
./beq -k d -s grp -l /usr/libnss_ldap
.l 22
nss_status.............. NSS_SUCCESS
gr_name...........(igrp2)
gr_passwd.........(*)
gr_gid............(22)
pw_age............()
gr_mem
(iuser1)
The get_ads_domTool
This tool, found in /opt/ldapux/contrib/bin, provides the fully
qualified domain name for a given user.
Syntax
get_ads_dom [username]
where
username
is a user name.