diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-23 10:42:40 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-25 09:15:18 +1000 |
commit | 387cbb1c37fba6a0a18b87ced31c91d0948a0699 (patch) | |
tree | 4c228513259d509d2994e313d2f88a6838b4677a /docs-xml/smbdotconf/security | |
parent | e7cf95c5417e07fb3544b8731cb6a33fbcf40eff (diff) | |
download | samba-387cbb1c37fba6a0a18b87ced31c91d0948a0699.tar.gz samba-387cbb1c37fba6a0a18b87ced31c91d0948a0699.tar.bz2 samba-387cbb1c37fba6a0a18b87ced31c91d0948a0699.zip |
docs: Clarify the 'security=server' fails for NTLMv2
Diffstat (limited to 'docs-xml/smbdotconf/security')
-rw-r--r-- | docs-xml/smbdotconf/security/security.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/security.xml b/docs-xml/smbdotconf/security/security.xml index e20a73d6b1..55e147e8dc 100644 --- a/docs-xml/smbdotconf/security/security.xml +++ b/docs-xml/smbdotconf/security/security.xml @@ -198,6 +198,9 @@ Samba server may fail (from a single client, till it disconnects). </para></note> + <note><para>If the client selects NTLMv2 authentication, then this mode of operation <emphasis>will fail</emphasis> + </para></note> + <note><para>From the client's point of view, <command moreinfo="none">security = server</command> is the same as <command moreinfo="none">security = user</command>. It |