Fórum

Multiple user can not add in User Groups while enable LDAP

thumbnail
Nirav Prajapati, modificado 7 Anos atrás.

Multiple user can not add in User Groups while enable LDAP

Regular Member Postagens: 133 Data de Entrada: 25/06/15 Postagens Recentes
Hello Friends

I am working on Liferay 6.2 CE GA-4

I am working on LDAP integration.I have make successful integration with LDAP. Even i can also shows a list of user while click on "Test LDAP Users".

My stuck up is that when i am creating new user group in liferay and add one user in that it work's fine but when trying to add another user it shows message as, "User Groups is temporarily unavailable".
Once i am disable LDAP server and does same thing its work fine.


Even i can't showing list of groups while click on "Test LDAP Groups".

Following are the details of LDAP Connections.
Tick mark following option
a. Enable
b. Import Enabled
c. Import on Startup Enabled
d. Export Enabled

LDAP server connection details as following
a. Server Name : apacheads
b. Default Values : Apache Directory Studio
c. Base Provider URL : ldap://localhost:10389
d. Base DN : ou=users,ou=system
e. Principal : uid=admin,ou=system
f. Credentials : secret

User Mapping details as following
a. Authentication Search Filter : (mail=@email_address@)
b. Import Search Filter : (objectClass=person)
c. UUID : mail
d. Screen Name : cn
e. Email Address : mail
f. Password : userPassword
g. First Name : givenName
h. Last Name : sn
i. Job Title : title

Group Mapping detils as following
a. Import Search Filter : (objectClass=groupOfNames)
b. Group Name : cn
c. Description : description
d. User : member

Export Details as following
a. User DN : ou=users,ou=system
b. User Default Object Classes : top,person,inetOrgPerson,organizationalPerson
c. Groups DN : ou=groups,ou=system
d. Group Default Object Classes : top,groupOfNames

Please help me to solve out the stuckup
Thanks in advance.