X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fbind.c;h=1129fa6f43793cff77935abd925be92935440582;hb=886f60f8223d51e6a3b5fe0bf199e335b6eae86e;hp=646b72f657ceec50b444242951c51e4818898a6e;hpb=857d08ea21b82cbbd83399c5498be8a8fd998851;p=openldap diff --git a/servers/slapd/bind.c b/servers/slapd/bind.c index 646b72f657..1129fa6f43 100644 --- a/servers/slapd/bind.c +++ b/servers/slapd/bind.c @@ -419,7 +419,7 @@ do_bind( goto cleanup; } else if (( global_disallows & SLAP_DISALLOW_BIND_SIMPLE_UNPROTECTED ) - && ( op->o_ssf < global_ssf_set.sss_ssf )) + && ( op->o_ssf <= 1 )) { rc = LDAP_CONFIDENTIALITY_REQUIRED; text = "unwilling to perform simple authentication "