}
if( saslrc == SASL_INTERACT ) {
- fprintf(stderr, "SASL Interacting\n");
if( !ld->ld_options.ldo_sasl_interact ) break;
-
rc = (ld->ld_options.ldo_sasl_interact)( ld, prompts );
if( rc != LDAP_SUCCESS ) {
break;
if( saslrc == SASL_INTERACT ) {
int res;
- fprintf(stderr, "SASL Interacting\n");
if( !ld->ld_options.ldo_sasl_interact ) break;
-
res = (ld->ld_options.ldo_sasl_interact)( ld, prompts );
if( res != LDAP_SUCCESS ) {
break;
{
sasl_interact_t *interact = in;
+ fputs( "SASL Interaction\n", stderr );
+
while( interact->id != SASL_CB_LIST_END ) {
int rc = interaction( interact );