1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/docs-xml/smbdotconf/security/clientplaintextauth.xml

21 lines
769 B
XML
Raw Permalink Normal View History

<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>