From c59ee6a1997c03729af1b677a07d786bc44f5e9f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 27 Oct 2009 16:33:53 -0700 Subject: Use pam-auth-update to configure radius This keeps radius from fighting with tacacs+ --- debian/vyatta-cfg-system.postinst.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 1a9f0bd5..730815f6 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -115,6 +115,7 @@ EOF cp $sysconfdir/$f /etc/$f fi done + fi # update crontab for logrotate @@ -124,6 +125,7 @@ rm /etc/crontab mv /etc/crontab.$$ /etc/crontab crontab /etc/crontab + # create needed directories mkdir -p /var/log/user @@ -144,6 +146,9 @@ 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 /usr/share/pam-configs/radius + [ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist # -- cgit v1.2.3 From 88eade0a2c000e83820d189f586f2b0be62def6a Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 27 Oct 2009 18:52:46 -0700 Subject: 0.15.91 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8c273bf4..630bc0af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-cfg-system (0.15.91) unstable; urgency=low + + * Fix description of vif bonding + * Use pam-auth-update to configure radius + + -- Stephen Hemminger Tue, 27 Oct 2009 18:52:45 -0700 + vyatta-cfg-system (0.15.90) unstable; urgency=low * move priority after tag nodes. -- cgit v1.2.3 From f40edea1ddf9c5ac99ee6c7851cf14002b1a5afd Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 29 Oct 2009 11:15:19 -0700 Subject: Dont start radvd on boot Bug 4975 --- debian/vyatta-cfg-system.postinst.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 730815f6..95fcd1ca 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -6,8 +6,10 @@ sysconfdir=@sysconfdir@ bindir=@bindir@ sbindir=@sbindir@ -# remove init of daemons that we start/stop -for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq ddclient; do +# remove init of daemons that are controlled by Vyatta configuration process +for init in ntp ssh snmpd openhpid \ + vyatta-keepalived ipvsadm dnsmasq ddclient radvd +do update-rc.d -f ${init} remove >/dev/null done -- cgit v1.2.3 From 61cb1caa2965e4dcc8af506aae8b1ac45a32607d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 29 Oct 2009 11:16:33 -0700 Subject: 0.15.92 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 630bc0af..af38861a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-system (0.15.92) unstable; urgency=low + + * Dont start radvd on boot + + -- Stephen Hemminger Thu, 29 Oct 2009 11:16:33 -0700 + vyatta-cfg-system (0.15.91) unstable; urgency=low * Fix description of vif bonding -- cgit v1.2.3 From c758197af1f11727cb01188b14d0a4801448cfcd Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 30 Oct 2009 13:37:15 -0700 Subject: 0.15.93 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index af38861a..4787a9c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +vyatta-cfg-system (0.15.93) unstable; urgency=low + + * radius client: try first password only if not first + * Shut up debconf when installing pam radius + * radius-server: shutup debconf dialog + * radius: add missing space + + -- Stephen Hemminger Fri, 30 Oct 2009 13:37:15 -0700 + vyatta-cfg-system (0.15.92) unstable; urgency=low * Dont start radvd on boot -- cgit v1.2.3