I have configured RTC with LDAP OpenDJ. Now I am trying to import users but it is not giving any user list after search with * i.e. for all users. However I am able to login to RTC using LDAP user itself. I have given below filters in WAS LDAP user registry settings:
User filter: (&(uid=%v)(objectclass=inetOrgPerson))
Group filter:(&(cn=%v)(|(objectclass=groupOfNames)
(objectclass=posixGroup)))
User ID map: *:cn
Group ID map: *:cn
Group member ID map:
ibm-allGroups:member;ibm-allGroups:uniqueMember
With Base DN cn=JazzGroups,sc=ibm,dc=rtc,dc=com
Mapping in ccm_war,jts_war and rm_war
is done,
I am able to map groups, users.
Is there any problem with OpenDJ? Please help out in importing users.