summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-01 00:12:18 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:08:00 +0200
commit7f3495726fffdc9aa40c0c7be2abcefeb6d53db5 (patch)
tree870b8a337f64071d0a0d3719d855485b54e2dea6 /source3/utils/net.h
parent10225fbef737217d3e1b88bdfcbf4e62dff3cadd (diff)
downloadsamba-7f3495726fffdc9aa40c0c7be2abcefeb6d53db5.tar.gz
vampire keytab: add command line switch --clean-old-entries .
This allows to control cleaning the keytab. It will only clean old occurences of keys that are replicated in this run. So if you want to ensure things are cleaned up, combine this switch with --force-full-repl or --single-obj-repl (+dn list). Michael (This used to be commit 21385e1c635ea67215eb1da90e7dca97ae2f5d56)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index b3fc0eb92c5..e7f9ce03be9 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -59,6 +59,7 @@ struct net_context {
bool opt_kerberos;
int opt_force_full_repl;
int opt_single_obj_repl;
+ int opt_clean_old_entries;
int opt_have_ip;
struct sockaddr_storage opt_dest_ip;