Allow parameter "include" in registry based configuration (again).
authorMichael Adam <obnox@samba.org>
Thu, 13 Mar 2008 22:08:07 +0000 (23:08 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 13 Mar 2008 22:08:25 +0000 (23:08 +0100)
This is for instance important to allow includes with %I to setup
individual logging (e.g.) for certain clients.

Michael

source/lib/util_reg.c

index 2475dca04022cfaf99ef9425f24371b5f1dd9e98..a2a62973deaf456301e9e082f165d9dd4c8004d1 100644 (file)
@@ -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",