Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | Enable and change user and group of freeradius server to radiusd |
| 2 | |
| 3 | Upstream-Status: Inappropriate [configuration] |
| 4 | |
| 5 | Signed-off-by: Roy.Li <rongqing.li@windriver.com> |
| 6 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
| 7 | --- |
| 8 | raddb/radiusd.conf.in | 4 ++-- |
| 9 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 10 | |
| 11 | diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in |
| 12 | index c62f4ff..0b4a84e 100644 |
| 13 | --- a/raddb/radiusd.conf.in |
| 14 | +++ b/raddb/radiusd.conf.in |
| 15 | @@ -436,8 +436,8 @@ security { |
| 16 | # member. This can allow for some finer-grained access |
| 17 | # controls. |
| 18 | # |
| 19 | -# user = radius |
| 20 | -# group = radius |
| 21 | + user = radiusd |
| 22 | + group = radiusd |
| 23 | |
| 24 | # Core dumps are a bad thing. This should only be set to |
| 25 | # 'yes' if you're debugging a problem with the server. |
| 26 | -- |
| 27 | 1.9.1 |
| 28 | |