diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-05 09:15:06 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-11-05 09:15:06 -0800 |
commit | 0a804e6ecd5138055f59668e7821c55f4a9cd1e1 (patch) | |
tree | 8cbc00c491d7c7f0376b5dbfabb3f648f16141fa /debian | |
parent | a7ced175a0a86c58fd972528a765294a5dfae29f (diff) | |
download | vyatta-cfg-quagga-0a804e6ecd5138055f59668e7821c55f4a9cd1e1.tar.gz vyatta-cfg-quagga-0a804e6ecd5138055f59668e7821c55f4a9cd1e1.zip |
Move user configuration information to files
1. Complete migration of protected-users from hardcoded in User.pm
to /opt/vyatta/etc/protected-user
2. Put mapping from level to group in file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 3a914f7f..4809c4fe 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -118,6 +118,10 @@ EOF fi done + # Install pamradius config (should come with radius client eventually) + cp $sysconfdir/pam_radius.cfg /usr/share/pam-configs/radius + + cp $sysconfdir/level $sysconfdir/protected-user /opt/vyatta/etc fi # update crontab for logrotate @@ -148,8 +152,6 @@ update-rc.d -f ssh remove >/dev/null # for password sed -i 's/requisite[ \t][ \t]*pam_securetty.so/required pam_securetty.so/' $rootfsdir/etc/pam.d/login -# Install pamradius config (should come with radius client eventually) -cp $sysconfdir/pam_radius.cfg /usr/share/pam-configs/radius [ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist |