Fix typo in /etc/pam.d/login comments. Thanks to Ferenc Wagner.

Closes: #598717
This commit is contained in:
bubulle
2010-10-02 11:30:52 +00:00
parent 81d3f93571
commit 801dc30dc9
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
shadow (1:4.1.4.2+svn3283-3) UNRELEASED; urgency=low
* Fix typo in /etc/pam.d/login comments. Thanks to Ferenc Wagner.
Closes: #598717
-- Christian Perrier <bubulle@debian.org> Sat, 02 Oct 2010 13:30:08 +0200
shadow (1:4.1.4.2+svn3283-2) unstable; urgency=low
* The "Bleu du Vercors-Sassenage" release.

2
debian/login.pam vendored
View File

@@ -17,7 +17,7 @@ auth optional pam_faildelay.so delay=3000000
#
# With the default control of this module:
# [success=ok new_authtok_reqd=ok ignore=ignore user_unknown=bad default=die]
# root will not be prompted for a pasword on insecure lines.
# root will not be prompted for a password on insecure lines.
# if an invalid username is entered, a password is prompted (but login
# will eventually be rejected)
#