LDAP-UX Client Services B.05.01 Administrator Guide for HP directory servers and Windows ADS
PASSWD Service Configuration
Attribute: is mapped to:
---------- --------------
name: uid
uid number: uidnumber
.....
Search Descriptor
search[0]: dc=example,dc=hp,dc=com?sub?
(objectclass=posixaccount)
Sample group entry in HP directory server environment
In an HP directory server environment, the following is a sample group entry associated with the
passwd service configuration shown in the preceding example of
/opt/ldapux/config/display_profile_cache output.
dn: cn=mygroup,ou=Groups,dc=example,dc=hp,dc=com
objectClass: groupofnames
objectClass: groupofuniquenames
objectClass: posixgroup
objectClass: groupofurls
objectClass: top
cn: mygroup
gidNumber: 100
memberUid: user1
member: uid=user2,ou=people,dc=example,dc=hp,dc=com
uniqueMember: uid=user3,ou=people,dc=example,dc=hp,dc=com
memberURL: ldap:///dc=example,dc=hp,dc=com??sub?(uid=p*)
When processing memberURL to retrieve dynamic members, LDAP-UX combines
(objectclass=posixaccount) from passwd configuration with (uid=p*) as the search
filter to search the tree of "dc=example,dc=hp,dc=com".
With these attribute mappings, LDAP-UX will return user1, user2, user3 and all users starting
with "p" as group members.
Sample group entry in a Windows ADS environment
In a Windows ADS environment, the following is a sample group entry associated with the passwd
service configuration shown in the preceding example of
/opt/ldapux/config/display_profile_cache output.
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,
6.3 Multiple group attribute mappings 179