From: Boris Lytochkin Date: Thu, 25 Feb 2016 18:10:19 +0000 (+0300) Subject: add note for rlm_preprocess X-Git-Tag: release_3_0_12~208^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7db4cd2d5dd2f97755e143cb19034cb80c0d7c9;p=thirdparty%2Ffreeradius-server.git add note for rlm_preprocess --- diff --git a/raddb/README.rst b/raddb/README.rst index 590c023b887..a3be77e580b 100644 --- a/raddb/README.rst +++ b/raddb/README.rst @@ -348,6 +348,14 @@ some systems using NIS or NSS will not supply passwords to the ``unix`` module. For those systems, we recommend putting users and passwords into a database, instead of relying on ``/etc/passwd``. +rlm_preprocess +~~~~~~~~~~~~~~ + +In 2.x.x ``huntroups`` and ``users`` files were loaded from default locations +without being configured explicitly. Since 3.0 you need to set +``huntgroups`` and ``users`` configuration item in module section in order +to get them being processed. + New Modules -----------