mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
(blind) fix for ITS#6661
This commit is contained in:
parent
aecd2f33d6
commit
e04ff8fbf1
1 changed files with 2 additions and 5 deletions
|
|
@ -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 a new issue