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
)
13 lines
414 B
XML
13 lines
414 B
XML
<samba:parameter name="client plaintext auth"
|
|
context="G"
|
|
type="boolean"
|
|
basic="1" advanced="1" wizard="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>Specifies whether a client should send a plaintext
|
|
password if the server does not support encrypted passwords.</para>
|
|
</description>
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|
|
|