summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-13 23:08:07 +0100
committerMichael Adam <obnox@samba.org>2008-03-13 23:08:25 +0100
commit439002b1c65a1ec94d3199cfc5211cedbe84b8ab (patch)
treefb01cabfddf575a1c3be30161c9c9e31653ab584 /source3
parent21ea0edec8b70b87149a3e7a358d739f267b7c54 (diff)
downloadsamba-439002b1c65a1ec94d3199cfc5211cedbe84b8ab.tar.gz
samba-439002b1c65a1ec94d3199cfc5211cedbe84b8ab.tar.bz2
samba-439002b1c65a1ec94d3199cfc5211cedbe84b8ab.zip
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)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/util_reg.c1
1 files changed, 0 insertions, 1 deletions
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",