summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_update_rodc_dns.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-17s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett1-0/+167
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>