LDAP-UX Client Services B.04.10 Administrator's Guide (edition 7)
gr_mem
(iuser1)
certutil — Certificate Database Tool
You can use the certutil command-line utility to create and modify the Netscape Communicator
cert7.db and key3.db database files. This tool can also list, generate, modify, or delete certificates
within the cert7.db file. You can 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, refer to Using the Certificate
Database Tool available at http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html.
uid2dn — Display User's Distinguished Name Tool
This tool, found in /opt/ldapux/contrib/bin, displays user's Distinguish Name (DN)
information for a given UID.
Syntax
uid2dn [UID]
where UID is a user's UID information.
Examples
The following command displays the user's DN information for a given user's UID john:
./uid2dn john
The output shows below after you run the above command:
CN=john lee,CN=Users,DC=usa,DC=example,DC=hp,DC=com
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.
Syntax
get_attr_map.pl [<service>.<attribute>]
where services is the name of the supported service, attribute is the name of an attribute.
Examples
The following command gets the homedirectory attribute information for the passwd service:
./get_attr_map.pl passwd homedirectory
The following command gets the uidnumber attribute information for the passwd service:
./get_attr_map.pl passwd uidnumber
176 Command and Tool Reference