]> git.sur5r.net Git - openldap/commitdiff
Log successful SASL bind (ITS#2017)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 13 Aug 2002 03:49:21 +0000 (03:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 13 Aug 2002 03:49:21 +0000 (03:49 +0000)
servers/slapd/bind.c

index 81898e3ea083dd5c6bf159d522581e6e789db920..63338b7e671798b14794d8867063b66be373c726 100644 (file)
@@ -312,6 +312,16 @@ do_bind(
                                        LBER_SB_OPT_SET_MAX_INCOMING, &max );
                        }
 
+#ifdef NEW_LOGGING
+                       LDAP_LOG( OPERATION, DETAIL1, 
+                               "do_bind: SASL/%s bind: dn=\"%s\" ssf=%d\n",
+                               conn->c_authmech.bv_val, conn->c_dn.bv_val, ssf );
+#else
+                       Debug( LDAP_DEBUG_TRACE,
+                               "do_bind: SASL/%s bind: dn=\"%s\" ssf=%d\n",
+                               conn->c_authmech.bv_val, conn->c_dn.bv_val, ssf );
+#endif
+
                } else if ( rc == LDAP_SASL_BIND_IN_PROGRESS ) {
                        conn->c_sasl_bind_in_progress = 1;