aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/freeradius2/freeradius.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/freeradius2/freeradius.inc b/config/freeradius2/freeradius.inc
index 76fb23d5..518544c9 100755
--- a/config/freeradius2/freeradius.inc
+++ b/config/freeradius2/freeradius.inc
@@ -27,15 +27,8 @@ function freeradius_install_command() {
}
}
- exec("chown -R root:wheel /usr/local/etc/raddb");
- exec("chown -R root:wheel /usr/local/lib/freeradius-2.1.12");
- // disable an experimental module of freeRADIUS which could be a security issue if not configured correctly!
- exec("rm -f /usr/local/etc/raddb/sites-enabled/control-socket");
-
closedir($handle);
- freeradius_settings_resync();
-
$rcfile = array();
$rcfile['file'] = 'radiusd.sh';
$rcfile['start'] = '/usr/local/etc/rc.d/radiusd onestart';