Foros de discusión

RE: Deleting Users in LDAP\Liferay

Henry Wong, modificado hace 15 años.

Deleting Users in LDAP\Liferay

New Member Mensajes: 7 Fecha de incorporación: 6/04/09 Mensajes recientes
Hi,

I am new to the world of both LDAP Servers and Liferay (I am using Liferay 5.2.2).

I have a question. If I delete a user in my LDAP server, will it deactivate or delete that user in Liferay without
doing a manual delete in Liferay? From my experimentation, the answer seems to be no. Is there a way to
keep synchronized with what's in the LDAP server with what's in Liferay?


Furthermore, if I deactivate then delete a user in Liferay (that still has a valid entry in my LDAP server), when I try to login
using the deleted user's credentials, I get the following error displayed on the browser:

An unexpected system error occurred.
java.lang.NullPointerException

Looking at the logs I get the following:

[4/23/09 12:39:18:361 PDT] 00000040 SystemOut O 12:39:18,360 ERROR [UserImpl:108] com.liferay.portal.NoSuchContactException: No Contact exists with the primary key 11302
com.liferay.portal.NoSuchContactException: No Contact exists with the primary key 11302
at com.liferay.portal.service.persistence.ContactPersistenceImpl.findByPrimaryKey(ContactPersistenceImpl.java:231)
at sun.reflect.GeneratedMethodAccessor264.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy9.findByPrimaryKey(Unknown Source)

[4/23/09 12:39:18:367 PDT] 00000040 SystemOut O 12:39:18,365 ERROR [MainServlet:686] com.liferay.portal.ModelListenerException: javax.naming.directory.SchemaViolationException: [LDAP: error code 67 - Not Allowed On RDN]; remaining name 'cn=hwongjj4,ou=users,ou=SWG,o=IBM,c=US'
com.liferay.portal.ModelListenerException: javax.naming.directory.SchemaViolationException: [LDAP: error code 67 - Not Allowed On RDN]; remaining name 'cn=hwongjj4,ou=users,ou=SWG,o=IBM,c=US'
at com.liferay.portal.model.UserListener.onAfterUpdate(UserListener.java:56)
at com.liferay.portal.service.persistence.UserPersistenceImpl.update(UserPersistenceImpl.java:252)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
...

[4/23/09 12:39:18:386 PDT] 00000040 SystemOut O 12:39:18,385 ERROR [jsp:654] com.liferay.portal.kernel.events.ActionException: java.lang.NullPointerException
com.liferay.portal.kernel.events.ActionException: java.lang.NullPointerException
at com.liferay.portal.events.ServicePreAction.run(ServicePreAction.java:149)
at com.liferay.portal.events.EventsProcessor._processEvent(EventsProcessor.java:141)
at com.liferay.portal.events.EventsProcessor._process(EventsProcessor.java:118)
at com.liferay.portal.events.EventsProcessor.process(EventsProcessor.java:75)
at com.liferay.portal.servlet.MainServlet.service(MainServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
...

Is this a known problem?

Regards,
Henry
thumbnail
Jonas Yuan, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

Liferay Master Mensajes: 993 Fecha de incorporación: 27/04/07 Mensajes recientes
Hi Henry,

You may need to check the permissions of the user in Liferay portal and LDAP Server. The user should have permissions in both Liferay portal and LDAP server.

Hope that it helps.

Thanks

Jonas Yuan
thumbnail
Amos Fong, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
If you delete a user in LDAP, it is not deleted in Liferay.

If you set LDAP required, then users will have to exist in LDAP to login.
Satish Iyer, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

New Member Mensajes: 10 Fecha de incorporación: 4/06/09 Mensajes recientes
A related question:
How does one go about deleting users from liferay?
Arnab Anjan De, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

New Member Mensajes: 10 Fecha de incorporación: 16/12/08 Mensajes recientes
From the "users" section in the control panel.

You need to first deactivate the users using the "actions" button against the user.

Then, you need to search for the user, then again "actions" and then delete it (anybody got a better way?)


-Arnab
thumbnail
Gere P, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

Regular Member Mensajes: 137 Fecha de incorporación: 20/08/09 Mensajes recientes
Hi team,
I configured everything for ldap in liferay. I'm successfully creating the users in ldap through the Liferay UI or from SighIn portlet. And all the users are getting imported into liferay from ldap. The problem here is whenever I deleted an users the user is not able to enter into liferay, upto this is fine. But the same user is not deleting from the ldap tree. So is there any way to delete the users in ldap tree from Liferay UI(Through Controlpanel->users)?? Or is there any limitation on this?

Any suggession is more appriciated.
thumbnail
Gere P, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

Regular Member Mensajes: 137 Fecha de incorporación: 20/08/09 Mensajes recientes
No one did this?
thumbnail
G P, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

Regular Member Mensajes: 137 Fecha de incorporación: 20/08/09 Mensajes recientes
I think some one did this. Please respond to me.
Kevin Linn Stewart, modificado hace 14 años.

RE: Deleting Users in LDAP\Liferay

New Member Mensajes: 4 Fecha de incorporación: 7/01/10 Mensajes recientes
G P,

We have the same issues on our portal. Did you ever find a solution?

Kevin L. Stewart
thumbnail
Rodrigo Marquez, modificado hace 13 años.

RE: Deleting Users in LDAP\Liferay

New Member Mensajes: 8 Fecha de incorporación: 8/11/10 Mensajes recientes
I want to know the same thing....How to delete a LDAP user from Liferay?


Thanks
David Torre, modificado hace 12 años.

RE: Deleting Users in LDAP\Liferay

New Member Mensajes: 4 Fecha de incorporación: 25/03/11 Mensajes recientes
Ditto. We are testing Liferay integration with an open source LDAP provider and while user imports and authentication works fine, deleting a user from the Liferay UI does not delete the object in LDAP. This obviously leaves "orphaned" users in LDAP which are still active. This creates a security issue if the LDAP source is used for more than just Liferay. (For example: chat services, video conferencing, etc....)

Feature request - when deleting users from Liferay UI, the user should be deleted from back-end LDAP source. If you cannot delete, then a certain flag which indicates the account is "INACTIVE" should be set. Thanks!
thumbnail
Jan Gregor, modificado hace 12 años.

RE: Deleting Users in LDAP\Liferay

Regular Member Mensajes: 224 Fecha de incorporación: 20/10/10 Mensajes recientes
Basically the LDAP integration is really more an import as a sync. You can basically extend the ootb importer so it will work as a sync. The biggest issue by the existing LDAP integration is the fact, that each user, which is deleted from LDAP will stay in Liferay and thus can still log in. The same applies if the user is deleted in Liferay and the export is activated. Once the LDAP integration is done in a pluggable way as other hooks are, there should be some LDAP hook providing this feature.

Regards,
Jan.
Stephan Hilker, modificado hace 12 años.

RE: Deleting Users in LDAP\Liferay

New Member Mensajes: 16 Fecha de incorporación: 15/02/12 Mensajes recientes
We have the same issue. Is there a hook available for that case? We are new to liferay and this is a highly required feature for us.

Thanks,
Stephan
thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: Deleting Users in LDAP\Liferay

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
I think organization weren't deleted either.

One possibility is to create a portlet which uses Liferay's cron to check these.

I have to check this with my company, but would people be interested if I put this on sale in Liferay's Marketplace?