mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch by
Kai Blin.
This commit is contained in:
parent
577cd1625d
commit
d599bb8f98
@ -402,7 +402,8 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
|
||||
state->gensec_state = NULL;
|
||||
}
|
||||
} else if ( (strncmp(buf, "OK", 2) == 0)) {
|
||||
/* do nothing */
|
||||
/* Just return BH, like ntlm_auth from Samba 3 does. */
|
||||
mux_printf(mux_id, "BH\n");
|
||||
data_blob_free(&in);
|
||||
return;
|
||||
} else if ( (strncmp(buf, "TT ", 3) != 0) &&
|
||||
|
Loading…
Reference in New Issue
Block a user