]> git.sur5r.net Git - openldap/commitdiff
Use correct ssfs.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 18 Jun 2002 07:31:20 +0000 (07:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 18 Jun 2002 07:31:20 +0000 (07:31 +0000)
servers/slapd/bind.c

index b769e8b44b09b24b8dd4c3e5aa4e615f7c392972..15055120b4e5ca95d24336b916bfb50a5e83a81b 100644 (file)
@@ -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 "