summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-10-17 18:39:56 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 12:47:05 +0100
commit6630c68cce8fbbd700e7d4cd92ec3ebb2a268f06 (patch)
treeb41559d352d37d9754c28f02eb2fe853c2f40a44 /docs-xml
parentde4f8f0825790452455a9d51e9d84d4d4a5c0d3b (diff)
downloadsamba-6630c68cce8fbbd700e7d4cd92ec3ebb2a268f06.tar.gz
samba-6630c68cce8fbbd700e7d4cd92ec3ebb2a268f06.tar.xz
samba-6630c68cce8fbbd700e7d4cd92ec3ebb2a268f06.zip
lib/param: add "require strong key" option, defaulting to true
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/winbind/requirestrongkey.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/requirestrongkey.xml b/docs-xml/smbdotconf/winbind/requirestrongkey.xml
new file mode 100644
index 0000000000..de749bbb06
--- /dev/null
+++ b/docs-xml/smbdotconf/winbind/requirestrongkey.xml
@@ -0,0 +1,27 @@
+<samba:parameter name="require strong key"
+ context="G"
+ type="boolean"
+ advanced="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This option controls whether winbindd requires support
+ for md5 strong key support for the netlogon secure channel.</para>
+
+ <para>The following flags will be required NETLOGON_NEG_STRONG_KEYS,
+ NETLOGON_NEG_ARCFOUR and NETLOGON_NEG_AUTHENTICATED_RPC.</para>
+
+ <para>You can set this to no if some domain controllers only support des.
+ This might allows weak crypto to be negotiated, may via downgrade attacks.</para>
+
+ <para>The behavior can be controlled per netbios domain
+ by using 'require strong key:NETBIOSDOMAIN = no' as option.</para>
+
+ <para>Note for active directory domain this option is hardcoded to 'yes'</para>
+
+ <para>This option yields precedence to the <smbconfoption name="reject md5 servers"/> option.</para>
+
+ <para>This option takes precedence to the <smbconfoption name="client schannel"/> option.</para>
+</description>
+
+<value type="default">yes</value>
+</samba:parameter>