summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-11-14 16:38:29 +0100
committerJeremy Allison <jra@samba.org>2016-11-15 01:14:21 +0100
commit8f4e426f33fbbca0c363592c315fcb4ffd79fd67 (patch)
treeea51c63a4ecc0016b87f8d5d368411e2cdd6cab4 /docs-xml
parent15fa802c771513fa535f9c825bcbdcdcc73ae66a (diff)
downloadsamba-8f4e426f33fbbca0c363592c315fcb4ffd79fd67.tar.gz
wbinfo: Use ntlmv2 by default for wbinfo -a
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/wbinfo.1.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml
index 48d2f74986c..f31de7e6b2b 100644
--- a/docs-xml/manpages/wbinfo.1.xml
+++ b/docs-xml/manpages/wbinfo.1.xml
@@ -49,6 +49,7 @@
<arg choice="opt">-m</arg>
<arg choice="opt">-n name</arg>
<arg choice="opt">-N netbios-name</arg>
+ <arg choice="opt">--ntlmv1</arg>
<arg choice="opt">--ntlmv2</arg>
<arg choice="opt">--online-status</arg>
<arg choice="opt">--own-domain</arg>
@@ -330,8 +331,16 @@
</varlistentry>
<varlistentry>
+ <term>--ntlmv1</term>
+ <listitem><para>Use NTLMv1 cryptography for user authentication.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>--ntlmv2</term>
- <listitem><para>Use NTLMv2 cryptography for user authentication.
+ <listitem><para>Use NTLMv2 cryptography for user
+ authentication. NTLMv2 is the default method, this
+ option is only maintained for compatibility.
</para></listitem>
</varlistentry>