docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / winbind / rejectmd5servers.xml
blob37656293aa47b449824885fb4703d87e05b1f0c2
1 <samba:parameter name="reject md5 servers"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This option controls whether winbindd requires support
7         for aes support for the netlogon secure channel.</para>
9         <para>The following flags will be required NETLOGON_NEG_ARCFOUR,
10         NETLOGON_NEG_SUPPORTS_AES, NETLOGON_NEG_PASSWORD_SET2 and NETLOGON_NEG_AUTHENTICATED_RPC.</para>
12         <para>You can set this to yes if all domain controllers support aes.
13         This will prevent downgrade attacks.</para>
15         <para>The behavior can be controlled per netbios domain
16         by using 'reject md5 servers:NETBIOSDOMAIN = yes' as option.</para>
18         <para>This option takes precedence to the <smbconfoption name="require strong key"/> option.</para>
19 </description>
21 <value type="default">no</value>
22 </samba:parameter>