From 77e9dbe0d0d175deead427793192ffb4ffad2825 Mon Sep 17 00:00:00 2001 From: "Roy.Li" Date: Sun, 8 Jan 2023 22:47:11 +0800 Subject: [PATCH] Enable and change user and group of freeradius server to radiusd Upstream-Status: Inappropriate [configuration] Signed-off-by: Roy.Li Signed-off-by: Jackie Huang --- raddb/radiusd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index 376892e151..63c49a224c 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -562,8 +562,8 @@ security { # member. This can allow for some finer-grained access # controls. # -# user = radius -# group = radius + user = radiusd + group = radiusd # Core dumps are a bad thing. This should only be set to # 'yes' if you're debugging a problem with the server. -- 2.25.1