The constants for NetBIOS domain and server names in a NTLMSSP name list were
authorTim Potter <tpot@samba.org>
Wed, 28 May 2003 04:32:26 +0000 (04:32 +0000)
committerTim Potter <tpot@samba.org>
Wed, 28 May 2003 04:32:26 +0000 (04:32 +0000)
swapped.
(This used to be commit 92be28aa4a6ff42c601e9d2de978265a6c2e8c46)

source3/include/ntlmssp.h

index f0278ffece899adc653a2ee3a635f1bee3a08656..cfbbb00381aec152c647389ff5647efe78c9e1da 100644 (file)
@@ -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