1Enable and change user and group of freeradius server to radiusd
2
3Upstream-Status: Inappropriate [configuration]
4
5Signed-off-by: Roy.Li <rongqing.li@windriver.com>
6Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
7---
8 raddb/radiusd.conf.in | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in
12index 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--
271.9.1
28
29