summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-10-23 13:19:48 +0200
committerGünther Deschner <gd@samba.org>2014-10-24 11:30:05 +0200
commit10539487c62cd9a4ebfc82baa0ad933cbc166c6c (patch)
treea96bc638aea93abbb8340d489de76838a6ffe555 /librpc
parent6be7da3ee6c3d833fbf5d075bfabd04bda7e5097 (diff)
downloadsamba-10539487c62cd9a4ebfc82baa0ad933cbc166c6c.tar.gz
samba-10539487c62cd9a4ebfc82baa0ad933cbc166c6c.tar.xz
samba-10539487c62cd9a4ebfc82baa0ad933cbc166c6c.zip
netlogon: add new DS_SERVER_DS_8 flag.
This flag indicates the DC runs Windows 2012 or above. See MS-NRPC 2.2.1.2.1 for details. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-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 3ff7082b58..f3dfc1b79d 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -1150,6 +1150,7 @@ interface netlogon
DS_SERVER_SELECT_SECRET_DOMAIN_6 = 0x00000800,
DS_SERVER_FULL_SECRET_DOMAIN_6 = 0x00001000,
DS_SERVER_WEBSERV = 0x00002000,
+ DS_SERVER_DS_8 = 0x00004000,
DS_DNS_CONTROLLER = 0x20000000,
DS_DNS_DOMAIN = 0x40000000,
DS_DNS_FOREST_ROOT = 0x80000000