diff options
-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 |