]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CVE-2016-2118(<=4.3) docs-xml: add "allow dcerpc auth level connect" defaulting to...
authorRalph Boehme <slow@samba.org>
Fri, 18 Mar 2016 07:45:11 +0000 (08:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:08:51 +0000 (04:08 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11616

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

index bce424547fb3e554de339ab4628c05fa667c01bd..4bc9198bf929533fe855705efff61cf849572a87 100644 (file)
@@ -4516,6 +4516,14 @@ struct parm_struct parm_table[] = {
                .special        = NULL,
                .enum_list      = enum_smb_signing_vals,
        },
+       {
+               .label          = "allow dcerpc auth level connect",
+               .type           = P_BOOL,
+               .p_class        = P_GLOBAL,
+               .offset         = GLOBAL_VAR(allow_dcerpc_auth_level_connect),
+               .special        = NULL,
+               .enum_list      = NULL
+       },
 
        {NULL,  P_BOOL,  P_NONE,  0,  NULL,  NULL,  0}
 };