If you do have more than one user with the same common name but with different OU/O attributes (e.g. “Test User/ONECOMPANY” and “Test User/SECONDCOMPANY”) you need to add an additional config parameter to your QPCONFIG.XML within the “<userdirectory> </userdirectory>” section:
[codesyntax lang=”xml” title=”qpconfig.xml”]
1 2 3 4 5 |
<user_directory> ... <use_whole_dn_for_member_nsf_lookup enabled="true"/> ... </user_directory> |
[/codesyntax]
Otherwise the e-mail attribute of the users are not set correctly if you add them to a member list of a place. This parameter exists since Quickr 8.1 FP8109 and is documented in the readme of the fixpacks but it seems it is not very well known …
Quickr (Domino): Supporting different users with same CN