#
# NOTE: Is overridden by the `-T` command line option.
#
-# timestamp = no
+# timestamp = no
#
# file:: The logging messages for the server are appended to the
# NOTE: Note that you MUST use '='. You CANNOT use '+=' to append
# values.
#
-# FOO = '/bar/baz'
+# FOO = '/bar/baz'
#
# Delete environment variable `BAR`.
#
-# BAR
+# BAR
#
# `LD_PRELOAD` is special. It is normally set before the
# `LD_PRELOAD` entries.
#
#
-# LD_PRELOAD = /path/to/library1.so
-# LD_PRELOAD = /path/to/library2.so
+# LD_PRELOAD = /path/to/library1.so
+# LD_PRELOAD = /path/to/library2.so
}
#
# then the `raddb` directory has to be inside of the `chroot`
# directory, too.
#
-# chroot = /path/to/chroot/directory
+# chroot = /path/to/chroot/directory
#
# user::
# member. This can allow for some finer-grained access
# controls.
#
-# user = radius
-# group = radius
+# user = radius
+# group = radius
#
# allow_core_dumps:: Core dumps are a bad thing.
#
# This disables non-FIPS compliant digests and algorithms
#
-# openssl_fips_mode = no
+# openssl_fips_mode = no
}
#
# Then, when the directory is read, those modules will be
# skipped and not read twice.
#
-# $INCLUDE mods-enabled/sql
+# $INCLUDE mods-enabled/sql
#
# Modules are in mods-enabled/. Files matching
# the check_name attribute before any module which sets
# it.
#
-# daily
+# daily
#
# subsections here can be thought of as `virtual` modules.
# to open a connection to every `down` database, causing
# problems.
#
-# redundant redundant_sql {
-# sql1
-# sql2
-# }
+# redundant redundant_sql {
+# sql1
+# sql2
+# }
}
######################################################################