]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CVE-2016-2112(<=4.3): docs-xml: add "ldap server require strong auth" option
authorRalph Boehme <slow@samba.org>
Fri, 18 Mar 2016 08:09:46 +0000 (09:09 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 28 Mar 2016 22:42:55 +0000 (00:42 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/param/param_table.c

index efe5a896e071e7a24fd9e0fb3d6ce109e096f2e1..32a725df6e20d058ac5b14777d2d8bdf00aa0f77 100644 (file)
@@ -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,