Fórum

AD-LDAP Users not imported again once same user deleted in liferay 6.0.6

karthik N, modificado 12 Anos atrás.

AD-LDAP Users not imported again once same user deleted in liferay 6.0.6

Regular Member Postagens: 106 Data de Entrada: 01/07/11 Postagens Recentes
Hi all,
Im trying to import users from active directory,users from AD successfully get imported at first time,after that i have deleted the imported users in liferay,Bt deleted users not get imported to liferay, But the test connection and test users in LDAP are shows successfull. but the users not imported

Any body have solution?


Thanks in advance

Regards,
Karthik N
thumbnail
Shagul Khajamohideen, modificado 12 Anos atrás.

RE: AD-LDAP Users not imported again once same user deleted in liferay 6.0.

Liferay Master Postagens: 758 Data de Entrada: 27/09/07 Postagens Recentes
Users get imported or updated as long as the import job is scheduled to run (import enabled) or the user logs in to the site (LDAP enabled). You may want to check the Lock_ table to see if there is an active lock (usually expires in 24 hours) on the LDAP import job.
karthik N, modificado 12 Anos atrás.

RE: AD-LDAP Users not imported again once same user deleted in liferay 6.0.

Regular Member Postagens: 106 Data de Entrada: 01/07/11 Postagens Recentes
Hi
Thanks a lot..
why we use this lock_ table?

Regards,
Karthik
thumbnail
Thiago Leão Moreira, modificado 12 Anos atrás.

RE: AD-LDAP Users not imported again once same user deleted in liferay 6.0.

Liferay Legend Postagens: 1449 Data de Entrada: 10/10/07 Postagens Recentes
I'm not 100% sure but the Lock_ table is used to avoid other processes to execute the same process declared in the Lock register table (cluster purposes).
karthik N, modificado 12 Anos atrás.

RE: AD-LDAP Users not imported again once same user deleted in liferay 6.0.

Regular Member Postagens: 106 Data de Entrada: 01/07/11 Postagens Recentes
Hi,
thanks for ur reply