diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-11-23 20:19:32 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-26 10:16:16 +0100 |
commit | 2c73eb4204fd62442bc62c311a016991631b4a18 (patch) | |
tree | 9d5376fa165097da95538ef77cd8077ac7a27b12 /librpc/idl | |
parent | 37f7a2c82d76fd5b9997686d8cbf1cf8a2180aac (diff) | |
download | samba-2c73eb4204fd62442bc62c311a016991631b4a18.tar.gz |
idl:netlogon.idl - add the Active Directory Web Service bit (DS_SERVER_WEBSERV)
MS-NRPC 2.2.1.2.1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/netlogon.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 24bab8030de..504933ce815 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1149,6 +1149,7 @@ interface netlogon DS_SERVER_NDNC = 0x00000400, DS_SERVER_SELECT_SECRET_DOMAIN_6 = 0x00000800, DS_SERVER_FULL_SECRET_DOMAIN_6 = 0x00001000, + DS_SERVER_WEBSERV = 0x00002000, DS_DNS_CONTROLLER = 0x20000000, DS_DNS_DOMAIN = 0x40000000, DS_DNS_FOREST_ROOT = 0x80000000 |