diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-24 10:10:35 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-24 10:44:05 -0700 |
commit | f37b24ae59372da6361b4acf9755270061bdc857 (patch) | |
tree | dd40dadf9fa1d59a650b63fb8c406aa363dd0105 /debian/vyatta-cfg-system.postinst.in | |
parent | a056148b106c7c5e175833b3ef2525034107261a (diff) | |
download | vyatta-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.in | 3 |
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 |