From: Michael Adam Date: Thu, 13 Mar 2008 22:08:07 +0000 (+0100) Subject: Allow parameter "include" in registry based configuration (again). X-Git-Tag: samba-3.3.0pre1~3308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dad80b4719691d66827ed46bebb963c0f8ba568;p=thirdparty%2Fsamba.git 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 --- diff --git a/source/lib/util_reg.c b/source/lib/util_reg.c index 2475dca0402..a2a62973dea 100644 --- a/source/lib/util_reg.c +++ b/source/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",