LDAP-UX Client Services B.05.01 Administrator Guide for HP directory servers and Windows ADS

pw_age............()
gr_mem
(iuser1)
Use the following beq command if you are running 64-bit applications on an HP-UX 11i v2
or v3 Integrity server machine:
./beq -k d -s grp -l /usr/lib/hpux64/libnss_ldap.so.l 22
Use the following beq command if you are running 32-bit applications on an HP-UX 11i v2
or v3 Integrity server machine:
./beq -k d -s grp -l /usr/lib/hpux32/libnss_ldap.so.l 22
9.7.2 The certutil (certificate database) tool
You can use the certutil command-line utility to create and modify the cert8.db and key3.db
database files. This tool can also list, generate, modify, or delete certificates within the cert8.db
file. You may also use this tool to create, change the password, generate new public and private
key pairs, display the contents of the key database, or delete key pairs within the key3.db file.
For detailed command options and their arguments, see Using the Certificate Database Tool
available at:
http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html
9.7.3 The uid2dn (display user DN) tool
This tool, found in /opt/ldapux/contrib/bin, displays user Distinguish Name (DN) information
for a given UID.
9.7.3.1 Syntax
uid2dn [UID]
where uid is a user's UID information.
9.7.3.2 Examples
The following command displays the user's DN information for a given user's UID john:
./uid2dn john
The following is the output for the preceding command:
CN=john lee,CN=Users,DC=usa,DC=example,DC=hp,DC=com
9.7.4 The get_attr_map.pl (get attributemap from profile) tool
This tool, found in /opt/ldapux/contrib/bin, gets the attributemap information for a given
name service from the profile file /etc/opt/ldapux/ldapux_profile.ldif.
NOTE: The get_attr_map.pl tool is being deprecated in LDAP-UX Integration B.04.15. This
tool might not be supported in a future release. Consider using the ldapcfinfo -t <type>
-m <AttriName> command to perform the same task. For more information, see Section 9.3.10
(page 348).
9.7.4.1 Syntax
get_attr_map.pl [<service>.<attribute>]
where services is the name of the supported service, attribute is the name of an attribute.
9.7.4.2 Examples
The following command gets the homedirectory attribute information for the passwd service:
./get_attr_map.pl passwd homedirectory
9.7 Unsupported contributed tools and scripts 389