掲示板

LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

thumbnail
15年前 に Brendan J Mullan によって更新されました。

LDAP with Lotus Domino & Liferay 5.2.2 - users not listed

Junior Member 投稿: 27 参加年月日: 07/01/26 最新の投稿
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
15年前 に Artur Korol によって更新されました。

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

Junior Member 投稿: 96 参加年月日: 09/03/02 最新の投稿
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
15年前 に Brendan J Mullan によって更新されました。

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

Junior Member 投稿: 27 参加年月日: 07/01/26 最新の投稿
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
11年前 に Harsha M によって更新されました。

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

New Member 投稿: 15 参加年月日: 08/09/26 最新の投稿
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