1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

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 commit is contained in:
Michael Adam 2008-03-13 23:08:07 +01:00
parent 0abc8863f8
commit 8dad80b471

View 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",