summaryrefslogtreecommitdiff
path: root/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-24 23:02:20 +0200
committerGünther Deschner <gd@samba.org>2009-08-24 23:09:58 +0200
commit28409026928a6051f0d0c58da66f6904b98962fd (patch)
tree465dc1f1f35a5e6fa94a41898f39cf324508792a /librpc/idl/netlogon.idl
parent4799020e9f1ab9bd811c9b5222af670db0705559 (diff)
downloadsamba-28409026928a6051f0d0c58da66f6904b98962fd.tar.gz
samba-28409026928a6051f0d0c58da66f6904b98962fd.tar.bz2
samba-28409026928a6051f0d0c58da66f6904b98962fd.zip
netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.
This bit is set by the Win7 client while joining. Guenther
Diffstat (limited to 'librpc/idl/netlogon.idl')
-rw-r--r--librpc/idl/netlogon.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index c34059a411..2a2a6ebfc8 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -961,6 +961,7 @@ interface netlogon
NETLOGON_NEG_NEUTRALIZE_NT4_EMULATION = 0x00100000,
NETLOGON_NEG_RODC_PASSTHROUGH = 0x00200000,
NETLOGON_NEG_SUPPORTS_AES_SHA2 = 0x00400000,
+ NETLOGON_NEG_0x01000000 = 0x01000000,
NETLOGON_NEG_AUTHENTICATED_RPC_LSASS = 0x20000000,
NETLOGON_NEG_AUTHENTICATED_RPC = 0x40000000
} netr_NegotiateFlags;