diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-09-17 10:11:48 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-17 19:02:18 +1000 |
commit | 39bd61e018d8495f9a7368d1656c6f52d422e6e3 (patch) | |
tree | 6821a78e2d4ad9b83a68483721095881d7e31fde /librpc | |
parent | b772f4cdffda7f7e1bd0a7951bec0304102606d2 (diff) | |
download | samba-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 'librpc')
-rw-r--r-- | librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 62d2af5588..1685cf9a1e 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1715,7 +1715,7 @@ interface netlogon uint32 status; } NL_DNS_NAME_INFO; - typedef struct { + typedef [public] struct { uint32 count; [size_is(count)] NL_DNS_NAME_INFO *names; } NL_DNS_NAME_INFO_ARRAY; |