diff options
author | Günther Deschner <gd@samba.org> | 2009-08-25 11:10:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-25 11:12:45 +0200 |
commit | d896fb2dabaca650130ad6cea59eb3a66879470f (patch) | |
tree | 0fe1c9865d0989f1472519bd95373780e27b1325 /librpc/idl | |
parent | 61ca4c491e1c13eb7d97847f743b0f540f1117c4 (diff) | |
download | samba-d896fb2dabaca650130ad6cea59eb3a66879470f.tar.gz samba-d896fb2dabaca650130ad6cea59eb3a66879470f.tar.xz samba-d896fb2dabaca650130ad6cea59eb3a66879470f.zip |
netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug #6099 for details).
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 2a2a6ebfc80..8b74f14e6d6 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -961,7 +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_SUPPORTS_AES = 0x01000000, NETLOGON_NEG_AUTHENTICATED_RPC_LSASS = 0x20000000, NETLOGON_NEG_AUTHENTICATED_RPC = 0x40000000 } netr_NegotiateFlags; |