diff options
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.patch | 28 |
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 @@ | |||
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 | |||