param: No longer have a special case for lp_configfile
commit0c7ed5a8ab99aa2a5c9c40e3cea8ce1e58cfe30c
authorAndrew Bartlett <abartlet@samba.org>
Wed, 15 Jan 2014 04:29:57 +0000 (15 17:29 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 12 Feb 2014 00:17:13 +0000 (12 13:17 +1300)
tree32fd04e3952881feaab0021cb0c289dd29190e6e
parentcc6a77835bc286b2e570a05596b3b6acc54c1052
param: No longer have a special case for lp_configfile

This parameter is renamed because it does not normally return the current smb.conf file, but
instead returns the next one, as found in a config file = directive, to be loaded.

This avoids a conflict with the lpcfg_configfile from lib/param, which does refer to the
current smb.conf path.

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Michael Adam <obnox@samba.org>
docs-xml/smbdotconf/misc/configfile.xml
lib/param/loadparm.c
lib/param/param_table.c
source3/include/proto.h
source3/nmbd/nmbd.c
source3/param/loadparm.c
source3/smbd/server_reload.c
source3/winbindd/winbindd.c