mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e
)
50 lines
2.2 KiB
XML
50 lines
2.2 KiB
XML
<samba:parameter name="password level"
|
|
context="G"
|
|
type="integer"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>Some client/server combinations have difficulty
|
|
with mixed-case passwords. One offending client is Windows for
|
|
Workgroups, which for some reason forces passwords to upper
|
|
case when using the LANMAN1 protocol, but leaves them alone when
|
|
using COREPLUS! Another problem child is the Windows 95/98
|
|
family of operating systems. These clients upper case clear
|
|
text passwords even when NT LM 0.12 selected by the protocol
|
|
negotiation request/response.</para>
|
|
|
|
<para>This parameter defines the maximum number of characters
|
|
that may be upper case in passwords.</para>
|
|
|
|
<para>For example, say the password given was "FRED". If <parameter moreinfo="none">
|
|
password level</parameter> is set to 1, the following combinations
|
|
would be tried if "FRED" failed:</para>
|
|
|
|
<para>"Fred", "fred", "fRed", "frEd","freD"</para>
|
|
|
|
<para>If <parameter moreinfo="none">password level</parameter> was set to 2,
|
|
the following combinations would also be tried: </para>
|
|
|
|
<para>"FRed", "FrEd", "FreD", "fREd", "fReD", "frED", ..</para>
|
|
|
|
<para>And so on.</para>
|
|
|
|
<para>The higher value this parameter is set to the more likely
|
|
it is that a mixed case password will be matched against a single
|
|
case password. However, you should be aware that use of this
|
|
parameter reduces security and increases the time taken to
|
|
process a new connection.</para>
|
|
|
|
<para>A value of zero will cause only two attempts to be
|
|
made - the password as is and the password in all-lower case.</para>
|
|
|
|
<para>This parameter is used only when using plain-text passwords. It is
|
|
not at all used when encrypted passwords as in use (that is the default
|
|
since samba-3.0.0). Use this only when <link linkend="ENCRYPTPASSWORDS">
|
|
encrypt passwords = No</link>.</para>
|
|
</description>
|
|
|
|
<value type="default">0</value>
|
|
<value type="example">4</value>
|
|
</samba:parameter>
|