Foren

Social office LDAP authentication problem

Feras Odeh, geändert vor 12 Jahren.

Social office LDAP authentication problem

New Member Beiträge: 19 Beitrittsdatum: 20.04.10 Neueste Beiträge
Hello..

We are trying to use LDAP authentication with social office. we already put all the required configuration and now social office imported the users with there passwords put when we tried to login with any LDAP user the authentication failed. When we look at the console we got the following error message

com.liferay.portal.ModelListenerException: javax.naming.NoPermissionException: [
LDAP: error code 50 - 00002098: SecErr: DSID-03150A48, problem 4003 (INSUFF_ACCE
SS_RIGHTS), data 0
 ]; remaining name 'CN=Alaa Ayesh,OU=Users,OU=Asal Staff,DC=asaltech,DC=com'
        at com.liferay.portal.model.ContactListener.onAfterUpdate(ContactListene
r.java:51)
        at com.liferay.portal.model.ContactListener.onAfterUpdate(ContactListene
r.java:35)
        at com.liferay.portal.service.persistence.ContactPersistenceImpl.update(
ContactPersistenceImpl.java:249)
        at com.liferay.portal.service.impl.UserLocalServiceImpl.updateUser(UserL
ocalServiceImpl.java:2403)
        at sun.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
on(AopUtils.java:307)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
inpoint(ReflectiveMethodInvocation.java:182)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:149)
        at org.springframework.transaction.interceptor.TransactionInterceptor.in
voke(TransactionInterceptor.java:106)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invok
e(ExposeInvocationInterceptor.java:89)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
cAopProxy.java:204)
        at $Proxy71.updateUser(Unknown Source)
        at com.liferay.portal.service.UserLocalServiceUtil.updateUser(UserLocalS
erviceUtil.java:886)
        at com.liferay.portal.security.ldap.PortalLDAPUtil.importLDAPUser(Portal
LDAPUtil.java:940)
        at com.liferay.portal.security.ldap.PortalLDAPUtil.importFromLDAP(Portal
LDAPUtil.java:636)
        at com.liferay.portal.security.ldap.PortalLDAPUtil.importFromLDAP(Portal
LDAPUtil.java:608)
        at com.liferay.portlet.admin.job.LDAPImportJob.execute(LDAPImportJob.jav
a:61)
        at com.liferay.portal.job.JobWrapper.execute(JobWrapper.java:68)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
ava:529)


These settings for sure is correct and other systems use it already.Any help appreciated.

Thanks