summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-30 13:02:36 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:07:04 +0200
commitf060b744efe6af1ad1a21e9e155b30eab502f81a (patch)
treef64c3002cfc84f0ba209d6a2396f05ffa790d4ad /source3/libnet/libnet_dssync.h
parentab5a6712b6cc83716ad73d99d3235ecafa8d5717 (diff)
downloadsamba-f060b744efe6af1ad1a21e9e155b30eab502f81a.tar.gz
samba-f060b744efe6af1ad1a21e9e155b30eab502f81a.tar.bz2
samba-f060b744efe6af1ad1a21e9e155b30eab502f81a.zip
libnet dssync: support lists of dns (instead of one dn) for single object replication.
Just specify several DNs separated by spaces on the command line of "net rpc vampire keytab" to get the passwords for each of these accouns via single object replication. Michael (This used to be commit 6e53dc2db882d88470be5dfa1155b420fac8e6c5)
Diffstat (limited to 'source3/libnet/libnet_dssync.h')
-rw-r--r--source3/libnet/libnet_dssync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h
index 7869b1620a..56de46ff34 100644
--- a/source3/libnet/libnet_dssync.h
+++ b/source3/libnet/libnet_dssync.h
@@ -37,7 +37,8 @@ struct dssync_context {
const char *nc_dn;
bool single;
bool repl_nodiff;
- const char *object_dn;
+ uint32_t object_count;
+ const char **object_dns;
struct policy_handle bind_handle;
DATA_BLOB session_key;
const char *output_filename;