Hello,
I have strange problem, we have a domino 6.5.6FP1 French and quickplace 6.5.4 (350654.113).
We have 2 differents LDAP server one with external accounts (oracle LDAP) and the second with internal account (active directory). We must try to integrate two directory.
First time :
The command works fine one the domino server
ldapsearch -h ******* -p 389 -D cn=svc_lotus,cn=ex3net,dc=france,dc=fr -w **********
-b “cn=ex3net,dc=france,dc=fr” “cn=bernard*”
So we create with directory assistance one document on oracle LDAP :
Domain type: LDAP
Domain name: france
Company name:
Search order:
Make this domain
available to: Notes Clients & Internet Authentication/ Authorization; LDAP Clients
Group Authorization: No
Enabled: Yes
Enabled Trusted for Credentials
Yes Yes
Hostname: ...
Optional Authentication Credential:
Username: cn=svc_lotus,cn=ex3net,dc=france,dc=fr
Password: ********
Base DN for search: cn=ex3net,dc=france,dc=fr
Channel encryption: None
Port: 389
Advanced Options
Timeout: 60 seconds
Maximum number of entries returned: 100
Dereference alias on search: Always
Preferred mail format: Internet Mail Address
Attribute to be used as Notes Distinguished Name:
Type of search filter to use: Standard LDAP
And it works fine on Quickplace, i see all members, i have just one bug, if i click on “see all” i see nothing, and if i click on a letter i see members with this first letter …
My problem is about the active directory with internal account :
this command works fine on the server :
ldapsearch -h ******** -D svc_lotus -w ******** -b “ou=regions,dc=france,dc=fr” “cn=christian pereira*”
But it seems my document on da.nsf have a problem because i don’t see members on quickplace.
Domain type: LDAP
Domain name: france2
Company name:
Search order: 1
Make this domain
available to: Notes Clients & Internet Authentication/ Authorization; LDAP Clients
Group Authorization: Yes
Nested group
expansion: Yes
Enabled: Yes
Enabled Trusted for Credentials
Yes Yes
LDAP Configuration
Hostname: ************
Optional Authentication Credential:
Username: svc_lotus
Password: *********
Base DN for search: ou=regions,dc=france,dc=fr
Channel encryption: None
Port: 389
Advanced Options
Timeout: 600 seconds
Maximum number of entries returned: 200
Dereference alias on search: Always
Preferred mail format: Internet Mail Address
Attribute to be used as Notes Distinguished Name:
Type of search filter to use: Active Directory
I test several parameters but i don’t understand .
If i configure LDAP diret on QUICKPLACE it works fine, but as we have 2 different directory we must use DA.nsf, but i have big problem between domino and active directy with directory assistance.
Could you help me ?