-
Notifications
You must be signed in to change notification settings - Fork 129
LDAP sync with Lotus Notes LDAP #20
Comments
The library I'm using is the following: http://net-ldap.rubyforge.org/Net/LDAP.html You can use puts to print some of the variables, if that helps you. If you want me to help I'll need the Distinguished Names of one of the groups and of one of the users.
|
Thanks for the reply. The settings are the following:
A group's DN looks like "cn=Alle" (I can find the group with this search string in LDAP-Browser) A user's DN looks like "CN=Max Meier,O=FOO,C=DE" Is the Base-DN of the user configured in the settings of the "normal" LDAP-auth page appended to the value of the member-attribute in the group while looking up the group's members? This would result in a DN like "CN=Max Meier,O=FOO,C=DE,O=FOO,C=DE" |
No, I don't append it. I use the same query as the one executed by redmine to search for users. To search for group members I use the memberid attribute (ie, I search for groups that contains members with a specific memberid). |
That was the crucial hint! In my LDAP-Browser the attribute dn on the user is not visible, nevertheless it exists. Using this attribute makes the things work. A conclusion for other readers: Settings for Lotus Notes LDAP (tested against Lotus Notes 8.5.2) |
Thank you. I've updated the readme with your settings. |
I'm trying to get redmine to sync against Lotus Notes LDAP. The groups in Lotus Notes Notes LDAP do not have a base dn, i.e. they are located in the root of the ldap tree. At the moment, I'm not able to get anything synced. I need a logging facility for the generated ldap query string for getting this to work (or a ready-to-cook recipe).
Can you tell me how to log the query strings?
The text was updated successfully, but these errors were encountered: