diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/freeradius2/freeradius.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index 60d3a3ce..fbf8fa18 100755 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -261,6 +261,12 @@ </custom_php_resync_config_command> <custom_php_install_command> freeradius_install_command(); + freeradius_settings_command(); + freeradius_clients_command(); + freeradius_users_command(); + exec("chown -R root:wheel /usr/local/etc/raddb"); + exec("chown -R root:wheel /usr/local/lib/freeradius-2.1.12"); + exec("rm -f /usr/local/etc/raddb/sites-enabled/control-socket"); </custom_php_install_command> <custom_php_deinstall_command> freeradius_deinstall_command(); |