Skip to content

Commit

Permalink
Add missing slash in freeradius.pem path
Browse files Browse the repository at this point in the history
fixes #1839
  • Loading branch information
jacalvo committed Nov 8, 2018
1 parent 04fff69 commit 8c1df3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions main/radius/ChangeLog
@@ -1,3 +1,5 @@
HEAD
+ Add missing slash in freeradius.pem path
6.0 6.0
+ Adapt to freeradius 3.0 in Ubuntu 18.04 + Adapt to freeradius 3.0 in Ubuntu 18.04
+ Integrate community patch by julio + Integrate community patch by julio
Expand Down
2 changes: 1 addition & 1 deletion main/radius/src/EBox/Radius.pm
Expand Up @@ -351,7 +351,7 @@ sub certificates
{ {
serviceId => 'RADIUS', serviceId => 'RADIUS',
service => __('RADIUS'), service => __('RADIUS'),
path => CERTSDIR . 'freeradius.pem', path => CERTSDIR . '/freeradius.pem',
user => 'root', user => 'root',
group => 'freerad', group => 'freerad',
mode => '0440', mode => '0440',
Expand Down

0 comments on commit 8c1df3d

Please sign in to comment.