Foros de discusión

LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

thumbnail
Brendan J Mullan, modificado hace 15 años.

LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

Junior Member Mensajes: 27 Fecha de incorporación: 26/01/07 Mensajes recientes
I've tried LDAP with Liferay & MS Server 2003. It seems to work fine and imports user names into Liferay. However it doesn't import the user password. LDAPSoft's browser shows the MS Server 2003 userpassword field to be empty. When LDAP browser connects to Domino's LDAP it show that the userpassword field has a value.
So now I'm trying to import from Domino's LDAP server into Liferay. I've entered the usual values in the LDAP tab of Liferay and the LDAP connection test is successful. However I'm getting no result from the user test. I'm using the following values:

[indent]Authentication Search Filter - uid=@screen_name@
Import Search Filter - objectclass=person
Screen Name - uid
Password - userpassword
Email Address - mail
Full Name - cn
First Name - givenname
Last Name - cn
Job Title - title
Group - (empty)[/indent]

With the MS Server 2003 settings this test returned a subset of users. With the Domino settings above nothing is returned, not even a failure message. Is there a log I can check?
Any suggestions please?
TIA
Brendan
Artur Korol, modificado hace 15 años.

RE: LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

Junior Member Mensajes: 96 Fecha de incorporación: 2/03/09 Mensajes recientes
I had no problem importing users from Domino LDAP. (I used (mail=@email_address@) as authentication filter).

Your settings are OK but Last Name should be sn (not cn).

Remember to set base DN to the proper container (eg o=dr-notes in my case)
objectClass is dominoPerson but person should work as well.


When You press Test LDAP users You should see Your Domino users.

To diagnose the problem You can set debug on Domino server, LDAP_DEBUG=1, I think.

Artur
PS. Password field is longer story but I think it can be empty.
thumbnail
Brendan J Mullan, modificado hace 15 años.

RE: LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

Junior Member Mensajes: 27 Fecha de incorporación: 26/01/07 Mensajes recientes
Thanks Artur.

My base DN field was not set properly. I had used dc=my_dc, dc=local which was what I had used with MS Server 2003. The LDAP connection test using these values had been successful. When I replaced them with O=abc not only was the LDAP connection successful but so too was the LDAP users test which now displays a subset of users.

I logged on as a user and Liferay accepted both the login name and password.

Happy days!

Thanks again.

Brendan
Harsha M, modificado hace 11 años.

RE: LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

New Member Mensajes: 15 Fecha de incorporación: 26/09/08 Mensajes recientes
Hi,
I am trying to import users from Domino LDAP using Liferay 6.1.0 CE ga1.
I am using similar settings as given in the post above.
Test Connection and Test Users both are successful and show results but, when I restart the server, no users are imported(Import on startup is checked).

There are no exceptions in the logs as well. I have changed the log levels for PortalLDAPUtil to ALL, still no errors.
Am I missing something?

Regards,
Harsha