docs:smbdotconf: remove swat-specific flags.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / winbind / requirestrongkey.xml
1 <samba:parameter name="require strong key"
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 md5 strong key support for the netlogon secure channel.</para>
8
9         <para>The following flags will be required NETLOGON_NEG_STRONG_KEYS,
10         NETLOGON_NEG_ARCFOUR and NETLOGON_NEG_AUTHENTICATED_RPC.</para>
11
12         <para>You can set this to no if some domain controllers only support des.
13         This might allows weak crypto to be negotiated, may via downgrade attacks.</para>
14
15         <para>The behavior can be controlled per netbios domain
16         by using 'require strong key:NETBIOSDOMAIN = no' as option.</para>
17
18         <para>Note for active directory domain this option is hardcoded to 'yes'</para>
19
20         <para>This option yields precedence to the <smbconfoption name="reject md5 servers"/> option.</para>
21
22         <para>This option takes precedence to the <smbconfoption name="client schannel"/> option.</para>
23 </description>
24
25 <value type="default">yes</value>
26 </samba:parameter>