s4-winbind Add a proxy method to update DNS records with a read-write DC
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 Sep 2010 00:11:48 +0000 (10:11 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Sep 2010 09:02:18 +0000 (19:02 +1000)
commit39bd61e018d8495f9a7368d1656c6f52d422e6e3
tree6821a78e2d4ad9b83a68483721095881d7e31fde
parentb772f4cdffda7f7e1bd0a7951bec0304102606d2
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>
librpc/idl/netlogon.idl
source4/librpc/idl/winbind.idl
source4/winbind/wb_irpc.c
source4/winbind/wb_server.h
source4/winbind/wb_update_rodc_dns.c [new file with mode: 0644]
source4/winbind/wscript_build