diff options
author | Günther Deschner <gd@samba.org> | 2009-08-31 17:12:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-31 20:23:08 +0200 |
commit | 94f7c98430372cc3213f56cd1e085e60837c7196 (patch) | |
tree | ce19db5f4e6795f8b355e137ec561eb202881b30 /librpc/idl | |
parent | a3e9b62f440340f075859e080086daec88e226f5 (diff) | |
download | samba-94f7c98430372cc3213f56cd1e085e60837c7196.tar.gz samba-94f7c98430372cc3213f56cd1e085e60837c7196.tar.xz samba-94f7c98430372cc3213f56cd1e085e60837c7196.zip |
s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.
Guenther
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 30a10789c88..e0eb9ec11fe 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1112,6 +1112,7 @@ interface netlogon DS_IS_DNS_NAME = 0x00020000, DS_TRY_NEXTCLOSEST_SITE = 0x00040000, DS_DIRECTORY_SERVICE_6_REQUIRED = 0x00080000, + DS_WEB_SERVICE_REQUIRED = 0x00100000, DS_RETURN_DNS_NAME = 0x40000000, DS_RETURN_FLAT_NAME = 0x80000000 } netr_DsRGetDCName_flags; |