mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +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
)
18 lines
605 B
XML
18 lines
605 B
XML
<samba:parameter name="min password length"
|
|
context="G"
|
|
type="integer"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<synonym>min passwd length</synonym>
|
|
<description>
|
|
<para>This option sets the minimum length in characters of a
|
|
plaintext password that <command moreinfo="none">smbd</command> will
|
|
accept when performing UNIX password changing.</para>
|
|
</description>
|
|
|
|
<related>unix password sync</related>
|
|
<related>passwd program</related>
|
|
<related>passwd char debug</related>
|
|
<value type="default">5</value>
|
|
</samba:parameter>
|