mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Use correct ssfs.
This commit is contained in:
parent
2119d34ec6
commit
ba4faad6e5
@ -406,7 +406,7 @@ do_bind(
|
||||
goto cleanup;
|
||||
|
||||
} else if (( global_disallows & SLAP_DISALLOW_BIND_SIMPLE_UNPROTECTED )
|
||||
&& ( op->o_transport_ssf < global_ssf_set.sss_transport ))
|
||||
&& ( op->o_ssf < global_ssf_set.sss_ssf ))
|
||||
{
|
||||
rc = LDAP_CONFIDENTIALITY_REQUIRED;
|
||||
text = "unwilling to perform simple authentication "
|
||||
|
Loading…
Reference in New Issue
Block a user