From: Ralph Boehme Date: Fri, 18 Mar 2016 08:09:46 +0000 (+0100) Subject: CVE-2016-2112(<=4.3): docs-xml: add "ldap server require strong auth" option X-Git-Tag: samba-4.2.10~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2612783ee38c543a9a42cf9cc565fd1f71e5e674;p=thirdparty%2Fsamba.git CVE-2016-2112(<=4.3): docs-xml: add "ldap server require strong auth" option BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644 Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Ralph Boehme Signed-off-by: Stefan Metzmacher --- diff --git a/lib/param/param_table.c b/lib/param/param_table.c index efe5a896e07..32a725df6e2 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1682,6 +1682,14 @@ struct parm_struct parm_table[] = { .enum_list = enum_ldap_sasl_wrapping, .flags = FLAG_ADVANCED, }, + { + .label = "ldap server require strong auth", + .type = P_ENUM, + .p_class = P_GLOBAL, + .offset = GLOBAL_VAR(ldap_server_require_strong_auth), + .special = NULL, + .enum_list = enum_ldap_server_require_strong_auth_vals + }, { .label = "enable asu support", .type = P_BOOL,