summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-28 04:33:29 +0000
committerTim Potter <tpot@samba.org>2003-05-28 04:33:29 +0000
commitf9807d148912957a244029feedfde941cb3339e3 (patch)
tree528c0b3b7305dc592ddc096ae6e0d8d4663ed48c /source3
parentdbcd318cf54ed860f11c9b1f6bda41f187fae155 (diff)
downloadsamba-f9807d148912957a244029feedfde941cb3339e3.tar.gz
samba-f9807d148912957a244029feedfde941cb3339e3.tar.bz2
samba-f9807d148912957a244029feedfde941cb3339e3.zip
Merge of NTLMSSP name type fix from 3.0
(This used to be commit 587bd1b83d13ab83aca28bd543755c5862ed8e75)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/ntlmssp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index f0278ffece..cfbbb00381 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -62,8 +62,8 @@ enum NTLM_MESSAGE_TYPE
#define NTLMSSP_NEGOTIATE_KEY_EXCH 0x40000000
#define NTLMSSP_NEGOTIATE_080000000 0x80000000
-#define NTLMSSP_NAME_TYPE_DOMAIN 0x01
-#define NTLMSSP_NAME_TYPE_SERVER 0x02
+#define NTLMSSP_NAME_TYPE_SERVER 0x01
+#define NTLMSSP_NAME_TYPE_DOMAIN 0x02
#define NTLMSSP_NAME_TYPE_DOMAIN_DNS 0x03
#define NTLMSSP_NAME_TYPE_SERVER_DNS 0x04