diff options
author | Michael Adam <obnox@samba.org> | 2008-01-16 17:31:44 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-16 17:31:44 +0100 |
commit | 8c41366a98ea96224adc2c108b940075431944fd (patch) | |
tree | ec9e60084345ede42c743c7d8251b9a5bfefe12b /source3/lib | |
parent | 422fbd0bbd5516a2175e922f500cf72ce08de4b4 (diff) | |
download | samba-8c41366a98ea96224adc2c108b940075431944fd.tar.gz samba-8c41366a98ea96224adc2c108b940075431944fd.tar.bz2 samba-8c41366a98ea96224adc2c108b940075431944fd.zip |
Add "config backend" to the parameters forbidden in registry config.
Make registry based configs more fool-proof.
Michael
(This used to be commit 2ea55c03b25eb5e98be3449e12004a7246319acd)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c index 956f0475a5..2d7d70c63f 100644 --- a/source3/lib/util_reg.c +++ b/source3/lib/util_reg.c @@ -130,6 +130,7 @@ bool registry_smbconf_valname_forbidden(const char *valname) "include", "lock directory", "lock dir", + "config backend", NULL }; const char **forbidden = NULL; |