Skip to content
Snippets Groups Projects
Commit 84fe0ad0 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Log successful SASL bind (ITS#2017)

parent a500feb4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment