From 94f7c98430372cc3213f56cd1e085e60837c7196 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 31 Aug 2009 17:12:34 +0200 Subject: s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls. Guenther --- librpc/idl/netlogon.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/idl/netlogon.idl') diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 30a10789c8..e0eb9ec11f 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; -- cgit