[Pkg-samba-maint] [samba] 44/135: docs: bring samba entity popt.common.credentials in line with popt_common_credentials.

Ivo De Decker ivodd at moszumanska.debian.org
Sat Jan 11 21:30:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

ivodd pushed a commit to branch master
in repository samba.

commit a93845fa90e91b9ce1475f3b64780acdcb46fdc9
Author: Günther Deschner <gd at samba.org>
Date:   Fri Nov 15 15:15:41 2013 +0100

    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 at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    (cherry picked from commit 22fcc536a568283b0d2c8b1772399fef7bc63406)
---
 docs-xml/build/DTD/samba.entities | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities
index c9c6744..8ddae70 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 -->

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list