summaryrefslogtreecommitdiff
path: root/docs-xml/build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-15 15:15:41 +0100
committerKarolin Seeger <kseeger@samba.org>2013-11-22 11:45:47 +0100
commita93845fa90e91b9ce1475f3b64780acdcb46fdc9 (patch)
treebae61803f22c589e4f87a32d99e667391333a1c0 /docs-xml/build
parentbfd76d2a1e371cef3f558a8407aab1e1414b5362 (diff)
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> (cherry picked from commit 22fcc536a568283b0d2c8b1772399fef7bc63406)
Diffstat (limited to 'docs-xml/build')
-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 -->