undefined object classes implies extensible object behavior.
Changed -lldap to ignore space in filter: ( !(foo=bar)) (ITS#459)
Fixed multiple password support (ITS#464)
+ Fixed back-ldbm/bind invalid credentials vs no such object bug
Build Environment
Do not list unsupported LDBM API option NDBM
*edn = ch_strdup( be_root_dn( be ) );
rc = 0;
} else {
- send_ldap_result( conn, op, LDAP_NO_SUCH_OBJECT, matched, NULL );
+ send_ldap_result( conn, op, LDAP_INVALID_CREDENTIALS,
+ NULL, NULL );
rc = 1;
}
if ( matched != NULL ) {