param:README: mention to explicitly initialize defaults for special values
authorMichael Adam <obnox@samba.org>
Fri, 24 Apr 2015 08:24:17 +0000 (10:24 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 May 2015 22:56:31 +0000 (00:56 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
lib/param/README

index e0b590a44d88381c08e314959f649e9f3f36b426..6a53a455c24db89ea4765d137d51392e6daaaf1e 100644 (file)
@@ -12,6 +12,9 @@ Adding a parameter
 
 To add or change an smb.conf option, you only have to modify
 lib/param/param_table.c and add the documentation to docs-xml/smbdotconf.
+If special defaults are needed, the functions loadparm_int() in
+lib/param/loadparm.c and/or init_globals() in source3/param/loadparm.c
+need to be adapted accordingly.
 The rest is generated for you.