summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-31 17:12:34 +0200
committerGünther Deschner <gd@samba.org>2009-08-31 20:23:08 +0200
commit94f7c98430372cc3213f56cd1e085e60837c7196 (patch)
treece19db5f4e6795f8b355e137ec561eb202881b30 /librpc/gen_ndr/netlogon.h
parenta3e9b62f440340f075859e080086daec88e226f5 (diff)
downloadsamba-94f7c98430372cc3213f56cd1e085e60837c7196.tar.gz
samba-94f7c98430372cc3213f56cd1e085e60837c7196.tar.bz2
samba-94f7c98430372cc3213f56cd1e085e60837c7196.zip
s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.
Guenther
Diffstat (limited to 'librpc/gen_ndr/netlogon.h')
-rw-r--r--librpc/gen_ndr/netlogon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h
index 9cf3828136..64a9b1cd4b 100644
--- a/librpc/gen_ndr/netlogon.h
+++ b/librpc/gen_ndr/netlogon.h
@@ -830,6 +830,7 @@ struct netr_Blob {
#define DS_IS_DNS_NAME ( 0x00020000 )
#define DS_TRY_NEXTCLOSEST_SITE ( 0x00040000 )
#define DS_DIRECTORY_SERVICE_6_REQUIRED ( 0x00080000 )
+#define DS_WEB_SERVICE_REQUIRED ( 0x00100000 )
#define DS_RETURN_DNS_NAME ( 0x40000000 )
#define DS_RETURN_FLAT_NAME ( 0x80000000 )