summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/freeradius/files/freeradius-enble-user-in-conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/freeradius-enble-user-in-conf.patch')
-rw-r--r--meta-networking/recipes-connectivity/freeradius/files/freeradius-enble-user-in-conf.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/freeradius-enble-user-in-conf.patch b/meta-networking/recipes-connectivity/freeradius/files/freeradius-enble-user-in-conf.patch
new file mode 100644
index 0000000000..4a62bf1fa2
--- /dev/null
+++ b/meta-networking/recipes-connectivity/freeradius/files/freeradius-enble-user-in-conf.patch
@@ -0,0 +1,28 @@
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