libsmbconf:registry: add "state directory" to the list of forbidden parameters
[metze/samba/wip.git] / source3 / lib / smbconf / smbconf_reg.c
index 84294ab663e30d83b5a1670c2ced73bad69a5e98..ac6b84d1f58873e7cde0fea01238ef734140bebf 100644 (file)
@@ -58,6 +58,7 @@ bool smbconf_reg_parameter_is_valid(const char *param_name)
 {
        /* hard code the list of forbidden names here for now */
        const char *forbidden_names[] = {
+               "state directory",
                "lock directory",
                "lock dir",
                "config backend",