git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.
[ira/wip.git]
/
librpc
/
idl
/
netlogon.idl
diff --git
a/librpc/idl/netlogon.idl
b/librpc/idl/netlogon.idl
index 30a10789c881ab59df3cbb75900e109ec0f15201..e0eb9ec11febd38c5bfb03ce6926362edc4c7109 100644
(file)
--- 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;