summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
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/winbind/wb_server.h
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/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h1
1 files changed, 1 insertions, 0 deletions
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"