summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-12-06 11:39:15 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 12:47:17 +0100
commit807bcb4981fb20a9b97e69f01c3545ea7e85666e (patch)
tree734db82b13e5b047c956190218052fcf9e924fdd /docs-xml
parent87bdc88328568359e51af6615b378ba8dc67f647 (diff)
lib/param: add "reject md5 client" option, defaulting to false
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/logon/rejectmd5clients.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/logon/rejectmd5clients.xml b/docs-xml/smbdotconf/logon/rejectmd5clients.xml
new file mode 100644
index 0000000000..04a5b4da09
--- /dev/null
+++ b/docs-xml/smbdotconf/logon/rejectmd5clients.xml
@@ -0,0 +1,18 @@
+<samba:parameter name="reject md5 clients"
+ context="G"
+ type="boolean"
+ advanced="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This option controls whether the netlogon server (currently
+ only in 'active directory domain controller' mode), will
+ reject clients which does not support NETLOGON_NEG_SUPPORTS_AES.</para>
+
+ <para>You can set this to yes if all domain members support aes.
+ This will prevent downgrade attacks.</para>
+
+ <para>This option takes precedence to the 'allow nt4 crypto' option.</para>
+</description>
+
+<value type="default">no</value>
+</samba:parameter>