blob: 656b645abcfd5cc538156d6ac05dffacea2dd38c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|