mirror of
https://github.com/samba-team/samba.git
synced 2025-11-04 00:23:49 +03:00
r13403: Try to better handle a case where SPNEGO isn't available (allow us to
emulate the behaviour of XP standalone if required). Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
982a6aa871
commit
7f821097fb
@@ -251,8 +251,8 @@ struct smbsrv_connection {
|
||||
/* did we tell the client we support encrypted passwords? */
|
||||
BOOL encrypted_passwords;
|
||||
|
||||
/* did we send an extended security negprot reply? */
|
||||
BOOL spnego_negotiated;
|
||||
/* Did we choose SPNEGO, or perhaps raw NTLMSSP, or even no extended security at all? */
|
||||
const char *oid;
|
||||
|
||||
/* client capabilities */
|
||||
uint32_t client_caps;
|
||||
|
||||
Reference in New Issue
Block a user