Problem Searching LDAP over eTrust SCM v8

We have a strange Problem with varifying valid maiuser over the Domino-LDAP from the CA application: Meanwhile we managed to get all values we need (also for MailIn Groups) over the “set configuration LDAPPre55Outlook=1” value and the “set configuration LDAPGroupMembership=1”. The settings for the LDAP search at the SCM looks like this:

Base DN:

Object class attribute: objectClass

Single object class value: dominoPerson

Group object class value: dominoGroup

Primary mailbox attribute: mail

Secondary mailbox attribute: UserID

Secondary mailbox Prefix:

Group memeber attribute: Member

Group owner attribute: owner

Public folder: dominoserverMailInDatabase

Memebership attribute: Memeber Of

well - as lond the mailaddress is valid everything works fine - but as soon the address is invalid we get a “Operations Error”

Fact is also that - if we put BaseDN to a specific value we get a “mailaddress not found” which is ok - but this only searches the specific DN and not the complete root … ARGH

Any comment would be apreciated!

Subject: Problem Searching LDAP over eTrust SCM v8

Pfrrrr - just found the reason … the Directory assistance was setted to “LDAP Clients” also - so every LDAP Search was distributed to the extarnal LDAP if nothing was found in the Domino Ldap - and - there we have of course a different user and password … so an LDAP Error was produced. Removing this setting solved the issue …