]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/starttls.c
Don't reeval expression
[openldap] / servers / slapd / starttls.c
index 5f985d2007ea566671bbe7566d5bcd0407342ac1..46dbf83b91de5510fe2682a295159804f2e30381 100644 (file)
@@ -65,6 +65,10 @@ starttls_extop (
        if ( !( global_disallows & SLAP_DISALLOW_TLS_2_ANON ) &&
                ( conn->c_dn.bv_len != 0 ) )
        {
+               Statslog( LDAP_DEBUG_STATS,
+                       "conn=%lu op=%lu AUTHZ anonymous mech=starttls ssf=0",
+                       op->o_connid, op->o_opid, 0, 0, 0 );
+
                /* force to anonymous */
                connection2anonymous( conn );
        }