1
0
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:
Andrew Bartlett
2006-02-09 03:04:48 +00:00
committed by Gerald (Jerry) Carter
parent 5cecce1761
commit 941c1566e5
3 changed files with 34 additions and 25 deletions

View File

@@ -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;