mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
(blind) fix for ITS#6661
This commit is contained in:
parent
aecd2f33d6
commit
e04ff8fbf1
@ -42,11 +42,8 @@ ndb_back_bind( Operation *op, SlapReply *rs )
|
||||
op->o_req_dn.bv_val, 0, 0);
|
||||
|
||||
/* allow noauth binds */
|
||||
switch ( be_rootdn_bind( op, NULL ) ) {
|
||||
case SLAP_CB_CONTINUE:
|
||||
break;
|
||||
|
||||
default:
|
||||
rs->sr_err = be_rootdn_bind( op, NULL );
|
||||
if ( rs->sr_err != SLAP_CB_CONTINUE ) {
|
||||
return rs->sr_err;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user