Hi, we recently upgraded from Domino 7.0.2 to 7.0.2 FP2This server is as well our LDAP Server.
Since the upgrade our LDAP query is no more working…
Before we used
ldapsearch.exe -h ourLdapServer -x -b" "
So with the space between the quotes we could lookup from the root!
Now we have to enter
ldapsearch.exe -h ourLdapServer -x -b"o=organization"
No space is accepted?!
This is a big disadvantage because we don’t cover anymore organizations beside the one specified.
Is somebody aware of a change in LDAP?
thanks