blob: 5a51c33216c7ceec213bce88e983620e3a5f4de0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<samba:parameter name="client plaintext auth"
context="G"
type="boolean"
deprecated="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter has been deprecated since Samba 4.13 and
support for plaintext (as distinct from NTLM, NTLMv2 or
Kerberos authentication)
will be removed in a future Samba release.</para>
<para>That is, in the future, the current default of
<command>client plaintext auth = no</command>
will be the enforced behaviour.</para>
<para>Specifies whether a client should send a plaintext
password if the server does not support encrypted passwords.</para>
</description>
<value type="default">no</value>
</samba:parameter>
|