LDAP-UX Client Services B.04.15 with Microsoft Windows Active Directory Server Administrator's Guide (edition 8)

Table Of Contents
Use the following command to display the new group entry, groupA:
./ldapuglist -t group -f "(cn=groupA)"
The output of the group entry is as follows:
dn: cn=groupA,ou=Groups,dc=org,dc=example,dc=com
cn: groupA
gidNumber: 550
memberUid: mwang
The following command sets new default minimum and maximum ranges of UID numbers in
the local configuration file, /etc/opt/ldapux/ldapug.conf. The ldapugadd tool randomly
selects a new ID from this range if you do not specify an account number.
./ldapugadd -D -t passwd -u 200:5000
The following command sets new default minimum and maximum ranges of GID numbers in
the local configuration file, /etc/opt/ldapux/ldapug.conf. The ldapugadd tool randomly
selects a new ID from this range if you do not specify a group number.
./ldapugadd -D -t group -g 300:3000
The following command sets new default group ID number in the local configuration file,
/etc/opt/ldapux/ldapug.conf. The ldapugadd tool uses this value when creating new
user entries in an LDAP directory server.
./ldapugadd -D -t passwd -g 500
The following command sets new default login shell in the local configuration file,
/etc/opt/ldapux/ldapug.conf. The ldapugadd tool uses this login shell when creating
new user entries in an LDAP directory server.
./ldapugadd -D -t passwd -s /usr/net/bin/ksh
Run the following commands to unset the LDAP_BINDDN, LDAP_BINDCRED and LDAP_UGCRED
environment variables:
unset LDAP_BIND
unset LDAP_BINDCRED
unset LDAP_UGCRED
LDAP User and Group Management Tools 201