Skip to content
Snippets Groups Projects
Commit ca4764cc authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2202, set SASL_SUCCESS_DATA on sasl_server_new().

parent 36c915a1
No related branches found
No related tags found
No related merge requests found
......@@ -1294,7 +1294,7 @@ int slap_sasl_open( Connection *conn )
}
}
sc = sasl_server_new( "ldap", global_host, global_realm,
iplocalport, ipremoteport, session_callbacks, 0, &ctx );
iplocalport, ipremoteport, session_callbacks, SASL_SUCCESS_DATA, &ctx );
if ( iplocalport != NULL ) {
ch_free( iplocalport );
}
......
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