From 439002b1c65a1ec94d3199cfc5211cedbe84b8ab Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 13 Mar 2008 23:08:07 +0100 Subject: Allow parameter "include" in registry based configuration (again). This is for instance important to allow includes with %I to setup individual logging (e.g.) for certain clients. Michael (This used to be commit 8dad80b4719691d66827ed46bebb963c0f8ba568) --- source3/lib/util_reg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib/util_reg.c') diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c index 2475dca040..a2a62973de 100644 --- a/source3/lib/util_reg.c +++ b/source3/lib/util_reg.c @@ -127,7 +127,6 @@ bool registry_smbconf_valname_forbidden(const char *valname) { /* hard code the list of forbidden names here for now */ const char *forbidden_valnames[] = { - "include", "lock directory", "lock dir", "config backend", -- cgit