Foros de discusión

Cannot import users in LDAP from Active Drrectory

Hrvoje Pastar, modificado hace 12 años.

Cannot import users in LDAP from Active Drrectory

New Member Mensajes: 2 Fecha de incorporación: 28/02/12 Mensajes recientes
hello

I am trying to import users from Active Directory to Liferay
My Test LDAP connection is connecting sucessfully, also my Test LDAP USers is showing only users I want to import,
I am using filter to only import users from specific user group, and on test users it lists me only that users.
But when I restart application with Secure Crt commands:

./shutdown.sh
./startup.sh

I dont have any users imported.

Can you pls help me


thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: Cannot import users in LDAP from Active Drrectory

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Are you importing on startup? I think there is a checkbox.

ldap.import.enabled=true
ldap.import.on.startup=true
ldap.import.interval=10
ldap.import.method=user (or group)
Hrvoje Pastar, modificado hace 12 años.

RE: Cannot import users in LDAP from Active Drrectory

New Member Mensajes: 2 Fecha de incorporación: 28/02/12 Mensajes recientes
i have all that options enabled in GUI and also in
ROOT/WEB-INF/classes/portal-ext.properties

ldap.import.enabled=true
ldap.import.on.startup=true
ldap.import.interval=10
ldap.import.method=user

I restarted application like 20 times with various combinations of Authentication Search Filter for users, all of them are passing Test LDAP Users

But still not single of them is imported.

Pls help somehow