Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 1 | From 2a74c10836c0d2d19248ca40d113936f4a56b039 Mon Sep 17 00:00:00 2001 |
| 2 | From: "Roy.Li" <rongqing.li@windriver.com> |
| 3 | Date: Sun, 8 Jan 2023 22:47:11 +0800 |
| 4 | Subject: [PATCH] Enable and change user and group of freeradius server to |
| 5 | radiusd |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 6 | |
| 7 | Upstream-Status: Inappropriate [configuration] |
| 8 | |
| 9 | Signed-off-by: Roy.Li <rongqing.li@windriver.com> |
| 10 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
| 11 | --- |
| 12 | raddb/radiusd.conf.in | 4 ++-- |
| 13 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 14 | |
| 15 | diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 16 | index 154b50d610..4594d6d2d2 100644 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 17 | --- a/raddb/radiusd.conf.in |
| 18 | +++ b/raddb/radiusd.conf.in |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 19 | @@ -557,8 +557,8 @@ security { |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | # member. This can allow for some finer-grained access |
| 21 | # controls. |
| 22 | # |
| 23 | -# user = radius |
| 24 | -# group = radius |
| 25 | + user = radiusd |
| 26 | + group = radiusd |
| 27 | |
| 28 | # Core dumps are a bad thing. This should only be set to |
| 29 | # 'yes' if you're debugging a problem with the server. |
| 30 | -- |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 31 | 2.25.1 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 32 | |