diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 14:45:51 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:42 +0100 |
commit | 177c2c9c0ffe1ee434afc9d22d4bba12ae55d312 (patch) | |
tree | 500b954ebf017ac3a99db6308464afbacc88491c /docs-xml/manpages | |
parent | 91d25302b92e01fdba3fa4bc22fea9a8381ae19e (diff) | |
download | samba-177c2c9c0ffe1ee434afc9d22d4bba12ae55d312.tar.gz samba-177c2c9c0ffe1ee434afc9d22d4bba12ae55d312.tar.xz samba-177c2c9c0ffe1ee434afc9d22d4bba12ae55d312.zip |
docs: fix ntlm_auth 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/ntlm_auth.1.xml | 42 |
1 files changed, 35 insertions, 7 deletions
diff --git a/docs-xml/manpages/ntlm_auth.1.xml b/docs-xml/manpages/ntlm_auth.1.xml index 4ada951656..4ce57a21a2 100644 --- a/docs-xml/manpages/ntlm_auth.1.xml +++ b/docs-xml/manpages/ntlm_auth.1.xml @@ -19,9 +19,6 @@ <refsynopsisdiv> <cmdsynopsis> <command>ntlm_auth</command> - <arg choice="opt">-d debuglevel</arg> - <arg choice="opt">-l logdir</arg> - <arg choice="opt">-s <smb config file></arg> </cmdsynopsis> </refsynopsisdiv> @@ -363,10 +360,41 @@ </listitem> </varlistentry> - &stdarg.server.debug; - &popt.common.samba; - &stdarg.help; - + <varlistentry> + <term>--pam-winbind-conf=FILENAME</term> + <listitem><para>Define the path to the pam_winbind.conf file.</para></listitem> + </varlistentry> + + <varlistentry> + <term>--target-hostname=HOSTNAME</term> + <listitem><para>Define the target hostname.</para></listitem> + </varlistentry> + + <varlistentry> + <term>--target-service=SERVICE</term> + <listitem><para>Define the target service.</para></listitem> + </varlistentry> + + <varlistentry> + <term>--use-cached-creds</term> + <listitem><para>Whether to use credentials cached by winbindd.</para></listitem> + </varlistentry> + + <varlistentry> + <term>--configfile=<configuration file></term> + <listitem><para>The file specified contains the + configuration details required by the server. The + information in this file includes server-specific + information such as what printcap file to use, as well + as descriptions of all the services that the server is + to provide. See &smb.conf; for more information. + The default configuration file name is determined at + compile time.</para></listitem> + </varlistentry> + + &stdarg.version; + &popt.autohelp; + </variablelist> </refsect1> |