From 28409026928a6051f0d0c58da66f6904b98962fd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 24 Aug 2009 23:02:20 +0200 Subject: netlogon: add (yet) undocumented netlogon negotiate bit to bitmap. This bit is set by the Win7 client while joining. Guenther --- librpc/idl/netlogon.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/idl/netlogon.idl') 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; -- cgit