LDAP changes with 7.0.2 FP2?

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

Subject: For a base of root specify “” (no space)

In 7.02 some changes were made to interpret LDAP DNs more precisely. It looks like we got a little over zealous with a base of " " (one or more spaces). Rather than returning Invalid DN Syntax we should probably just normalize it to a base of root “” (no space). We’ll look into this. In the mean time change the root on your search requests to “”.

-smd