summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-18 14:45:51 +0100
committerAndreas Schneider <asn@samba.org>2013-11-19 09:52:42 +0100
commit177c2c9c0ffe1ee434afc9d22d4bba12ae55d312 (patch)
tree500b954ebf017ac3a99db6308464afbacc88491c /docs-xml/manpages
parent91d25302b92e01fdba3fa4bc22fea9a8381ae19e (diff)
downloadsamba-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.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 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 &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>