diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-07 11:33:39 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-07 11:33:39 -0800 |
commit | 66e5a1196d7ff4b7dadd8526650a275f2387a86d (patch) | |
tree | 96dde128bb2ba32da84f2baa94cebf3373faf8a2 | |
parent | b614be8960a38c4a31c85f2ece5777fa01df86f3 (diff) | |
download | vyatta-cfg-quagga-66e5a1196d7ff4b7dadd8526650a275f2387a86d.tar.gz vyatta-cfg-quagga-66e5a1196d7ff4b7dadd8526650a275f2387a86d.zip |
don't block passwd with pam
Breaks setup of account during install. Useradd calls passwd.
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 679475f1..25edb438 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -167,12 +167,6 @@ sed -i -e ':^DSHELL:s:/bin/bash:/bin/vbash:' /etc/adduser.conf # Do not allow users to change full name field (controlled by Vyatta config) sed -i -e 's/^CHFN_RESTRICT/#&/' /etc/login.defs -# Do not allow users to change password (controlled from Vyatta config) -sed -i -e '/^@include common-password/c \ -password required pam_echo.so Password blocked by Vyatta CLI\ -password requiste pam_deny.so -' /etc/pam.d/passwd - # Block pc speaker driver to keep system quiet [ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist |