summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-17 10:11:48 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-17 19:02:18 +1000
commit39bd61e018d8495f9a7368d1656c6f52d422e6e3 (patch)
tree6821a78e2d4ad9b83a68483721095881d7e31fde /source4/librpc/idl
parentb772f4cdffda7f7e1bd0a7951bec0304102606d2 (diff)
downloadsamba-39bd61e018d8495f9a7368d1656c6f52d422e6e3.tar.gz
samba-39bd61e018d8495f9a7368d1656c6f52d422e6e3.tar.bz2
samba-39bd61e018d8495f9a7368d1656c6f52d422e6e3.zip
s4-winbind Add a proxy method to update DNS records with a read-write DC
This must be done in winbindd as it already has the schannel connection and the credential chain. If we re-established that elsewhere, we would break the chain in winbindd. Andrew Bartlett Signed-Off-By: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/winbind.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/librpc/idl/winbind.idl b/source4/librpc/idl/winbind.idl
index 849b8166a7..f9bccb87c5 100644
--- a/source4/librpc/idl/winbind.idl
+++ b/source4/librpc/idl/winbind.idl
@@ -47,4 +47,9 @@ interface winbind
[in,out] [size_is(count)] id_map ids[]
);
+ NTSTATUS winbind_DsrUpdateReadOnlyServerDnsRecords(
+ [in,unique] [string,charset(UTF16)] uint16 *site_name,
+ [in] uint32 dns_ttl,
+ [in,out,ref] NL_DNS_NAME_INFO_ARRAY *dns_names
+ );
}