Skip to content
Snippets Groups Projects
Commit c0daf2aa authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Back out unintended commit

parent 8057b1a0
Branches
Tags
No related merge requests found
......@@ -568,14 +568,11 @@ select_backend(
} else {
be = &backends[i];
}
assert( !be->be_ssf_set.sss_tls );
return be;
}
}
}
assert( be == NULL || !be->be_ssf_set.sss_tls );
return be;
}
......@@ -842,7 +839,6 @@ backend_check_restrictions(
}
if( op->o_tls_ssf < ssf->sss_tls ) {
assert(0);
*text = "TLS confidentiality required";
return LDAP_CONFIDENTIALITY_REQUIRED;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment