From 22fcc536a568283b0d2c8b1772399fef7bc63406 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 15 Nov 2013 15:15:41 +0100 Subject: [PATCH] docs: bring samba entity popt.common.credentials in line with popt_common_credentials. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Andreas Schneider --- 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 c9c67446a43..8ddae706a33 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. '> + +-S|--signing on|off|required +Set the client signing state. + + +'> + + +-P|--machine-pass +Use stored machine account password. + + +'> + + +-e|--encrypt +Encrypt SMB transport (UNIX extended servers only). + + +'> + + +--pw-nt-hash +The supplied password is the NT hash. + + +'> @@ -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; '> -- 2.11.4.GIT