From: Alan T. DeKok Date: Tue, 6 Jun 2017 15:40:25 +0000 (-0400) Subject: notes on db_dir vs logdir X-Git-Tag: release_3_0_15~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aec4ea9b7be62bcb4282fc24c543a45e949f486;p=thirdparty%2Ffreeradius-server.git notes on db_dir vs logdir --- diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index 04698ceb7e2..2621e183c3d 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -421,6 +421,11 @@ eap { # state and the cached VPs. This will persist session # across server restarts. # + # The default directory is ${logdir}, for historical + # reasons. You should ${db_dir} instead. And check + # the value of db_dir in the main radiusd.conf file. + # It should not point to ${raddb} + # # The server will need write perms, and the directory # should be secured from anyone else. You might want # a script to remove old files from here periodically: