summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-18 14:45:51 +0100
committerKarolin Seeger <kseeger@samba.org>2013-11-22 11:45:49 +0100
commit4013bbf5589b48f90da5e2199bffaa2b1b1dcb1d (patch)
treee2f5d2106bed8ae44506506177d6359d636751cb /docs-xml
parent8e29981b4e71412894c012e198aae76d72e07ad5 (diff)
downloadsamba-4013bbf5589b48f90da5e2199bffaa2b1b1dcb1d.tar.gz
docs: fix ntlm_auth manpage.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 177c2c9c0ffe1ee434afc9d22d4bba12ae55d312)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/ntlm_auth.1.xml42
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 619e71352d..b67e8bdf57 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 &lt;smb config file&gt;</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=&lt;configuration file&gt;</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>