]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add and use "ignore default" flag
authorAlan T. DeKok <aland@freeradius.org>
Fri, 16 Feb 2024 13:23:09 +0000 (08:23 -0500)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 8 Jul 2024 15:22:09 +0000 (16:22 +0100)
commitb98411e3b7f5e4a78e41b9d316cd7ce16ce84867
tree74b782b947307ecf8f07e8360e9258d0165f82df
parentb3cdfc0c53d8996a52ab09745080f3812b537e13
add and use "ignore default" flag

which means that if the configuration item is missing, we do not
set the value from the default.

This change allows the value to be set before the configuration
file is parsed, and then only changed if the named configuration
item exists, and is manually set by the admin
src/include/conffile.h
src/main/conffile.c