summaryrefslogtreecommitdiffstats
path: root/docs-xml/build/DTD
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-15 15:15:41 +0100
committerAndreas Schneider <asn@samba.org>2013-11-19 09:52:41 +0100
commit22fcc536a568283b0d2c8b1772399fef7bc63406 (patch)
treea8b98855bb3d490f126f9d9bf50d82f1c6f13353 /docs-xml/build/DTD
parentffe94e363375aa47cd72d715309f6568067482fe (diff)
downloadsamba-22fcc536a568283b0d2c8b1772399fef7bc63406.tar.gz
samba-22fcc536a568283b0d2c8b1772399fef7bc63406.tar.xz
samba-22fcc536a568283b0d2c8b1772399fef7bc63406.zip
docs: bring samba entity popt.common.credentials in line with popt_common_credentials.
This adds documentation of the following parameters to all manpages of binaries that actually use popt_common_credentials: -S|--signing -e|--encrypt -P|--machinepass --pw-nt-hash Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/build/DTD')
-rw-r--r--docs-xml/build/DTD/samba.entities35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities
index c9c67446a4..8ddae706a3 100644
--- a/docs-xml/build/DTD/samba.entities
+++ b/docs-xml/build/DTD/samba.entities
@@ -464,6 +464,37 @@ Try to use the credentials cached by winbind.
</varlistentry>
'>
+<!ENTITY stdarg.signing '
+<varlistentry>
+<term>-S|--signing on|off|required</term>
+<listitem><para>Set the client signing state.
+</para></listitem>
+</varlistentry>
+'>
+
+<!ENTITY stdarg.machinepass '
+<varlistentry>
+<term>-P|--machine-pass</term>
+<listitem><para>Use stored machine account password.
+</para></listitem>
+</varlistentry>
+'>
+
+<!ENTITY stdarg.encrypt '
+<varlistentry>
+<term>-e|--encrypt</term>
+<listitem><para>Encrypt SMB transport (UNIX extended servers only).
+</para></listitem>
+</varlistentry>
+'>
+
+<!ENTITY stdarg.pwnthash '
+<varlistentry>
+<term>--pw-nt-hash</term>
+<listitem><para>The supplied password is the NT hash.
+</para></listitem>
+</varlistentry>
+'>
<!ENTITY stdarg.help '
<varlistentry>
@@ -478,6 +509,10 @@ Try to use the credentials cached by winbind.
&stdarg.useccache;
&stdarg.authfile;
&stdarg.username;
+&stdarg.signing;
+&stdarg.machinepass;
+&stdarg.encrypt;
+&stdarg.pwnthash;
'>
<!-- Entities for the various programs -->