mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#2202, set SASL_SUCCESS_DATA on sasl_server_new().
This commit is contained in:
parent
36c915a134
commit
ca4764ccfa
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user