[Date Prev][Date Next] [Chronological] [Thread] [Top]

different search behaviour per backends



Hi,

When issuing a search statement with a valid base dn but with a bogus filter, ldapsearch as well is supposed to give back nothing respectively an empty Enumeration. 

When using the standard ldbm backend, everything works fine as expected, but when using the back-sql backend, the errorcode 32 (no such object) is returned which results (in java) in a NameNotFoundException (indicating that the base dn is wrong).

I checked the logs of both ldap servers (ldbm and back-sql), indeed they did return different return values although using the *same* query (errorcodes=0 resp. 32)

any idea ?

Thx

Nick Laqua