summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-29 22:52:59 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:07:04 +0200
commitc655e295efce4b3f637f1be2c1d79bf1c16bac7b (patch)
treef6aaa6e719bea679d8d2d2b1bdec0825a12560ec /source3/libnet/libnet_dssync.h
parent260bbf13d20fa94923dc8841a06267bf0ea102a7 (diff)
downloadsamba-c655e295efce4b3f637f1be2c1d79bf1c16bac7b.tar.gz
samba-c655e295efce4b3f637f1be2c1d79bf1c16bac7b.tar.bz2
samba-c655e295efce4b3f637f1be2c1d79bf1c16bac7b.zip
vampire keytab: add switch --repl-nodiff to trigger full replication.
I.e. replication without keeping track of the up to date vector. Michael (This used to be commit d4b36e447bce8692416e132ab9f53a6282f54cac)
Diffstat (limited to 'source3/libnet/libnet_dssync.h')
-rw-r--r--source3/libnet/libnet_dssync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h
index 13a68de4c7..7869b1620a 100644
--- a/source3/libnet/libnet_dssync.h
+++ b/source3/libnet/libnet_dssync.h
@@ -36,6 +36,7 @@ struct dssync_context {
struct rpc_pipe_client *cli;
const char *nc_dn;
bool single;
+ bool repl_nodiff;
const char *object_dn;
struct policy_handle bind_handle;
DATA_BLOB session_key;