LDAP-UX Client Services B.05.00 with Microsoft Windows Active Directory Server Administrator's Guide (obsolete beyond B.05.00)
Group Service Configuration:
Attribute: is mapped to:
----------- -------------
name: cn
gid: gidnumber
members: memberuid msDS-AzLDAPQuery
member
LDAP-UX retrieves group members and processes groups that a specific user belongs to by looking
into all configured attributes.
An LDAP query group specifies dynamic members using a search filter. LDAP-UX uses the search
base and search scope of the passwd service from the profile, and combines the search filter of
the passwd service from the profile with the search filter specified by msDS-AzLDAPQuery to
retrieve group members. This is to make sure that group members returned are POSIX accounts
and meet the configuration set for LDAP-UX.
5.3.1 Examples
The following is an example of the output of /opt/ldapux/config/display_profile_cache
to show passwd service configuration:
PASSWD Service Configuratio
Attribute: is mapped to:
---------- --------------
name: uid
uid number: uidnumber
.....
Search Descriptor
-----------------
search[0]: dc=example,dc=hp,dc=com?sub?
(&(objectclass=user)(uidnumber=*))
The sample group entry is:
dn: CN=group1,CN=AzGroupObjectContainer-dyngroup,CN=dyngroup,
DC=hp,DC=com
objectClass: top
objectClass: group
cn: group1
description: my dynamic group
gidNumber: 1000
distinguishedName: CN=group1,CN=AzGroupObjectContainer-dyngroup,
CN=dyngroup,DC=hp,DC=com
instanceType: 4
whenCreated: 20060313181428.0Z
whenChanged: 20060313182629.0Z
uSNCreated: 16588
uSNChanged: 16597
name: group1
objectGUID:: 2qO9YxkqAUuwCmkMJ371DA==
objectSid:: AQUAAAAAAAUVAAAAuEKpalCWUfgTN3lpVwQAAA==
sAMAccountName: $N21000-OA67EGECFDSP
sAMAccountType: 1073741825
groupType: 32
objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=hp,
DC=com
msDS-AzLDAPQuery: (cn=p*)
To return dynamic members, LDAP-UX searches the tree dc=hp,dc=com, and finds the POSIX
entries whose cn starts with p* (i.e. using the search filter
"(&(objectclass=user)(uidNumber=*)(cn=p*))" ).
5.3 Multiple group attribute mappings 79