Allow forward references in config items.
authorAlan T. DeKok <aland@freeradius.org>
Thu, 26 Feb 2015 16:12:57 +0000 (11:12 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 26 Feb 2015 16:12:57 +0000 (11:12 -0500)
commitfb75f609f49297ecfded051cc9b782a0a02b5120
tree061ce2b6a9f58a534b1f308fe7f03065ffa89b88
parent094d26ab07ed4651ea578346c8b0ffc8a10bfc87
Allow forward references in config items.

But ONLY in config items.  e.g. "foo = ${bar}".  We disallow
them in $INCLUDE (duh), and in section names.
src/main/conffile.c