mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +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 used to be commit 7f821097fb)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5cecce1761
commit
941c1566e5
@@ -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