LDAP configuration in WAS 8.5
I have my LDAP running and Test Connection from WAS 8.5 to LDAP is successful...
Now I need to configure "Advance Lightweight Directory Access Protocol (LDAP) user registry settings" and for them I have following properties:
Any help will be appreciated.
Now I need to configure "Advance Lightweight Directory Access Protocol (LDAP) user registry settings" and for them I have following properties:
User filter: (&(uid=%v)(objectclass=inetOrgPerson))
Group filter:
(&(cn=%v)(|(objectclass=
groupOfNames
)(objectclass=
posixGroup
)))
Group member ID map, where
ibm
is replaced with your ID:
ibm
-allGroups:member;
ibm
-allGroups:uniqueMember
Any help will be appreciated.