From 00da1455d0f35193aa6aae2d7e74edb48971e778 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 15 Mar 2010 11:10:23 -0700 Subject: Remove Radius Server config file on reboot The radius server config file needs to be removed. It gets rebuilt later in config process. --- scripts/rl-system.init | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 607bbb45..e7eaed14 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -171,6 +171,7 @@ setup_ntp_config_file () { # system defaults. security_reset () { # restore PAM back to virgin state (no radius other services) + rm -f /etc/pam_radius_auth.conf if grep -q radius /etc/pam.d/common-auth then pam-auth-update --remove radius fi -- cgit v1.2.3