summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-30 00:26:33 +0200
committerStefan Metzmacher <metze@samba.org>2010-10-02 02:31:05 +0000
commit47b3d88a7da37c45d9d0d0be5f164fa0a8c56328 (patch)
treefa3a8b270080e2bd4b23b356977d8d600350c33d /librpc
parent0ea38779353a964c01a6cdb71d1b627539159d5d (diff)
downloadsamba-47b3d88a7da37c45d9d0d0be5f164fa0a8c56328.tar.gz
samba-47b3d88a7da37c45d9d0d0be5f164fa0a8c56328.tar.bz2
samba-47b3d88a7da37c45d9d0d0be5f164fa0a8c56328.zip
netlogon.idl: add missing flags to DSGETDC_VALID_FLAGS
metze
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/netlogon.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index 1685cf9a1e..b3612ab702 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -1105,6 +1105,9 @@ interface netlogon
DS_ONLY_LDAP_NEEDED |
DS_IS_FLAT_NAME |
DS_IS_DNS_NAME |
+ DS_TRY_NEXTCLOSEST_SITE |
+ DS_DIRECTORY_SERVICE_6_REQUIRED |
+ DS_WEB_SERVICE_REQUIRED |
DS_RETURN_FLAT_NAME |
DS_RETURN_DNS_NAME);