summaryrefslogtreecommitdiffstats
path: root/source3/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-05-06 17:00:09 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-06-11 10:18:26 +0200
commit223fbdaf3872fe71a75fec62813b91612af73a2b (patch)
tree95fb233e98d024ba4bc6fae9d3cf517b26dd39ec /source3/librpc
parentcb79cc342e30bb2bbac33868836ea13d2d594c30 (diff)
downloadsamba-223fbdaf3872fe71a75fec62813b91612af73a2b.tar.gz
samba-223fbdaf3872fe71a75fec62813b91612af73a2b.tar.xz
samba-223fbdaf3872fe71a75fec62813b91612af73a2b.zip
s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODC
Change-Id: Ib87933c318f510d95f7008e122216d73803ede68 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/wbint.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index f05107a0a8b..e91ef072fcc 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -167,4 +167,10 @@ interface wbint
NTSTATUS wbint_PingDc(
[out,string,charset(UTF8)] char **dcname
);
+
+ NTSTATUS wbint_DsrUpdateReadOnlyServerDnsRecords(
+ [in,unique] [string,charset(UTF16)] uint16 *site_name,
+ [in] uint32 dns_ttl,
+ [in,out,ref] NL_DNS_NAME_INFO_ARRAY *dns_names
+ );
}