mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Back out unintended commit
This commit is contained in:
parent
8057b1a0a8
commit
c0daf2aac4
1 changed files with 0 additions and 4 deletions
|
|
@ -568,14 +568,11 @@ select_backend(
|
||||||
} else {
|
} else {
|
||||||
be = &backends[i];
|
be = &backends[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
assert( !be->be_ssf_set.sss_tls );
|
|
||||||
return be;
|
return be;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert( be == NULL || !be->be_ssf_set.sss_tls );
|
|
||||||
return be;
|
return be;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -842,7 +839,6 @@ backend_check_restrictions(
|
||||||
}
|
}
|
||||||
|
|
||||||
if( op->o_tls_ssf < ssf->sss_tls ) {
|
if( op->o_tls_ssf < ssf->sss_tls ) {
|
||||||
assert(0);
|
|
||||||
*text = "TLS confidentiality required";
|
*text = "TLS confidentiality required";
|
||||||
return LDAP_CONFIDENTIALITY_REQUIRED;
|
return LDAP_CONFIDENTIALITY_REQUIRED;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue