From 39bd61e018d8495f9a7368d1656c6f52d422e6e3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 Sep 2010 10:11:48 +1000 Subject: 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 --- source4/winbind/wb_server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/winbind/wb_server.h') diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h index ddb77d05f6..f20bc0aa51 100644 --- a/source4/winbind/wb_server.h +++ b/source4/winbind/wb_server.h @@ -176,6 +176,7 @@ struct wbsrv_samba3_call { struct netr_LMSessionKey; struct netr_UserSessionKey; struct winbind_SamLogon; +struct winbind_DsrUpdateReadOnlyServerDnsRecords; #include "winbind/wb_async_helpers.h" #include "winbind/wb_proto.h" -- cgit