Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Assessment
Workspace Domino
Categories Integration
Created by Guest
Created on Apr 10, 2024

The ldapsearch with the "memberOf" attribute to map the same group members as the "member" attribute.

We have found one matching SPR # KHII6JNDFQ: Enhancement Request to include Domino's LDAP attribute "memberOf" to be supported by default in Domino.

An external application that utilizes groups from the Domino Directory via the ldap service requires the "memberOf" attribute to determine which users are in a specific group. By default, the Domino Directory ldap has the "member" attribute (which identifies group members) mapping from the Notes "Members" field.

Below are the command results.

ldapsearch -h 192.0.X.X -D "cn=qwer" -w "*********" -B "(CN=example1)" member

CN=example1,O=example2 member=CN=Administrator QWE,O=example2 member=CN=example3,O=example2 member=CN=example4,O=example2

ldapsearch -h 192.0.X.X -D "cn=qwer" -w "********" -B "(CN=example2)" memberOf CN=example,O=example2

We would like the ldapsearch with the "memberOf" attribute to map the same group members as the "member" attribute.

  • Attach files