r23667: Prevent storing of forbidden parameter names in registry
authorMichael Adam <obnox@samba.org>
Sat, 30 Jun 2007 22:31:13 +0000 (22:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:44 +0000 (12:23 -0500)
commit10014833da868289ae28db2e7c1edfd353ca7b2b
tree968de616f6e752a48ae2891e6635dff7c9cab012
parent7f85cff49dfe1ae90e37162d35f1a48baaa9fe79
r23667: Prevent storing of forbidden parameter names in registry
configuration as values. I would really like to check whether
the valuename is a valid parameter name (with lp_parameter_is_valid)
here, but unfortunately, regedit cereates new values as
"New Value #1" (and so on) first, before dropping into the
rename box. So this is impossible here.

Michael
source/registry/reg_smbconf.c