diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-07-05 01:52:55 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-07-05 01:52:55 +0000 |
commit | 902094ccba5de518294c743ba074f2a744c2b7e2 (patch) | |
tree | 69f7c1c64878f8b31ebcc5cc1919505a33a6b9a5 /docs/docbook | |
parent | 2f4f2890e5919e52f66ac72d572e020a9c556dba (diff) | |
download | samba-902094ccba5de518294c743ba074f2a744c2b7e2.tar.gz samba-902094ccba5de518294c743ba074f2a744c2b7e2.tar.bz2 samba-902094ccba5de518294c743ba074f2a744c2b7e2.zip |
Fix typos
(This used to be commit 1a6cdbddbd008c9fe5255ed29871f9a3172fec6b)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/smbdotconf/security/clientlanmanauth.xml | 2 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/security/clientntlmv2auth.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/smbdotconf/security/clientlanmanauth.xml b/docs/docbook/smbdotconf/security/clientlanmanauth.xml index 52082f9dbf..a427198ea3 100644 --- a/docs/docbook/smbdotconf/security/clientlanmanauth.xml +++ b/docs/docbook/smbdotconf/security/clientlanmanauth.xml @@ -18,7 +18,7 @@ <para>Disabling this option will also disable the <command moreinfo="none">client plaintext auth</command> option</para> - <para>Likewise, if the <command moreinfo="none">cleint ntlmv2 + <para>Likewise, if the <command moreinfo="none">client ntlmv2 auth</command> parameter is enabled, then only NTLMv2 logins will be attempted. Not all servers support NTLMv2, and most will require special configuration to us it.</para> diff --git a/docs/docbook/smbdotconf/security/clientntlmv2auth.xml b/docs/docbook/smbdotconf/security/clientntlmv2auth.xml index 4e60613a3e..0bf196488b 100644 --- a/docs/docbook/smbdotconf/security/clientntlmv2auth.xml +++ b/docs/docbook/smbdotconf/security/clientntlmv2auth.xml @@ -1,4 +1,4 @@ -<samba:parameter name="ntlmv2 auth" +<samba:parameter name="client ntlmv2 auth" context="G" advanced="1" developer="1" xmlns:samba="http://samba.org/common"> @@ -21,6 +21,6 @@ those following 'best practice' security polices) only allow NTLMv2 responses, and not the weaker LM or NTLM.</para> - <para>Default : <command moreinfo="none">ntlmv2 auth = no</command></para> + <para>Default : <command moreinfo="none">client ntlmv2 auth = no</command></para> </listitem> </samba:parameter> |