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

Table Of Contents
memberUid: vtam
memberUid: ajones
memberUid: mlou
Run the following command to list a regular posixGroup entry for the group name, groupA:
./ldapuglist -t group -f "(cn=groupA)"
The output is as follows:
dn: cn=groupA,ou=groups,dc=org,dc=example,dc=com
cn: groupA
gidNumber: 620
memberUid: user1
memberUid: user3
memberUid: user5
Run the following command to list a group entry that does not have required posixGroup
attributes. This command uses (&(cn=groupA)(objectclass=groupOfUniqueNames))
as the search filter:
./ldapuglist -t group -F (&(cn=groupA)(objectclass=groupOfUniqueNames))
The output is as follows:
dn: cn=groupA,ou=groups,dc=org,dc=example,dc=com
cn: groupA
Run the following commands to unset the LDAP_BINDDN and LDAP_BINDCRED environment
variables.
unset LDAP_BINDDN
unset LDAP_BINDCRED
184 Command, Tool, Schema Extension Utility, and Migration Script Reference