diff options
author | Phil Sutter <phil@nwl.cc> | 2021-02-22 16:04:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-02-25 10:05:15 +0100 |
commit | e807fea5aecd87d079edfdbc603350cc3d9b57bb (patch) | |
tree | b8123ca34cbff474c1d27178a600f8f40ae05975 /package/freeradius-server/files | |
parent | 51a1e571546c842a5336696a7b3697a0899f0a72 (diff) |
package/freeradius-server: Update to version 3.0.21
The old version 3.0.13 is no longer available for download.
Adjust radiusd.conf, some items were moved to 'security' section.
Install all dictionaries in /usr/share/freeradius - the base dictionary
includes all but very few of them, so no point in explicitly stating
which ones to include.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/freeradius-server/files')
-rw-r--r-- | package/freeradius-server/files/radiusd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/freeradius-server/files/radiusd.conf b/package/freeradius-server/files/radiusd.conf index b9a573f69..c07f65680 100644 --- a/package/freeradius-server/files/radiusd.conf +++ b/package/freeradius-server/files/radiusd.conf @@ -15,9 +15,6 @@ run_dir = ${localstatedir}/run db_dir = ${raddbdir} libdir = /usr/lib/freeradius pidfile = ${run_dir}/${name}.pid -user = radius -group = radius -#chroot = /path/to/chroot/directory max_request_time = 30 cleanup_delay = 5 @@ -36,7 +33,6 @@ listen { } hostname_lookups = no -allow_core_dumps = no regular_expressions = yes extended_expressions = yes @@ -55,6 +51,10 @@ security { max_attributes = 200 reject_delay = 1 status_server = yes + user = radius + group = radius + allow_core_dumps = no +# chroot = /path/to/chroot/directory } $INCLUDE clients.conf |