summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postinst.in
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-05-24 10:10:35 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-05-24 10:44:05 -0700
commitf37b24ae59372da6361b4acf9755270061bdc857 (patch)
treedd40dadf9fa1d59a650b63fb8c406aa363dd0105 /debian/vyatta-cfg-system.postinst.in
parenta056148b106c7c5e175833b3ef2525034107261a (diff)
downloadvyatta-cfg-system-f37b24ae59372da6361b4acf9755270061bdc857.tar.gz
vyatta-cfg-system-f37b24ae59372da6361b4acf9755270061bdc857.zip
Don't enable PAM Radius by default
The pam-config mechanism will insert Radius pam module if it is in /usr/share/pam-configs. Therefore hold off installing file until Radius really needed.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r--debian/vyatta-cfg-system.postinst.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index fbf53739..4265d14b 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -132,9 +132,6 @@ EOF
fi
done
- # Install pamradius config (should come with radius client eventually)
- cp $sysconfdir/pam_radius.cfg /usr/share/pam-configs/radius
-
cp $sysconfdir/vyatta-sysctl.conf /etc/sysctl.d/30-vyatta-router.conf
fi