mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Use correct ssfs.
This commit is contained in:
parent
2119d34ec6
commit
ba4faad6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue