diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 16:08:19 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:43 +0100 |
commit | 7c8dcc5e0f61577becf1954b6abfb72e4689eab2 (patch) | |
tree | 3ab94fc3e2a0eb185615f973fde7c0c8998f8f55 /docs-xml/manpages | |
parent | 0b24a4236c2b865a0cf318fcabb3ce64b93d9409 (diff) | |
download | samba-7c8dcc5e0f61577becf1954b6abfb72e4689eab2.tar.gz samba-7c8dcc5e0f61577becf1954b6abfb72e4689eab2.tar.xz samba-7c8dcc5e0f61577becf1954b6abfb72e4689eab2.zip |
docs: add net rpc vampire specific options in net manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/net.8.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index ccc993bfd8..c9802f8da5 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -183,6 +183,32 @@ </para></listitem> </varlistentry> + <!-- Options for net rpc vampire --> + + <varlistentry> + <term>--force-full-repl</term> + <listitem><para> + When calling "net rpc vampire keytab" this option + enforces a full re-creation of the generated keytab file. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--single-obj-repl</term> + <listitem><para> + When calling "net rpc vampire keytab" this option + allows to replicate just a single object to the generated keytab file. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--clean-old-entries</term> + <listitem><para> + When calling "net rpc vampire keytab" this option + allows to cleanup old entries from the generated keytab file. + </para></listitem> + </varlistentry> + &stdarg.encrypt; &popt.common.samba.client; |