summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-02-09 03:04:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:53 -0500
commit941c1566e514ef039220a781e12ce9385265071a (patch)
tree0fac2f8fed238b51e325eb21e97d8be8c9bdec7f /source4/smb_server/smb_server.h
parent5cecce1761c06b0641190cf7bb8e93bff9a88cf4 (diff)
downloadsamba-941c1566e514ef039220a781e12ce9385265071a.tar.gz
samba-941c1566e514ef039220a781e12ce9385265071a.tar.bz2
samba-941c1566e514ef039220a781e12ce9385265071a.zip
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 7f821097fbdbc9f35d96e05f85cf008f36c0eea3)
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index b72c207e3b..0c201b2b1d 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -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;