Fix typos in login.pam (thanks to Jakub Wilk for reporting) Closes: #747115
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
shadow (1:4.2-3) UNRELEASED; urgency=low
|
||||
|
||||
* Fix typos in login.pam (thanks to Jakub Wilk for reporting)
|
||||
Closes: #747115
|
||||
|
||||
-- Christian Perrier <bubulle@debian.org> Tue, 06 May 2014 07:39:03 +0200
|
||||
|
||||
shadow (1:4.2-2) unstable; urgency=low
|
||||
|
||||
* The "Soumaintrain" release
|
||||
|
||||
8
debian/login.pam
vendored
8
debian/login.pam
vendored
@@ -62,7 +62,7 @@ session required pam_env.so readenv=1 envfile=/etc/default/locale
|
||||
auth optional pam_group.so
|
||||
|
||||
# Uncomment and edit /etc/security/time.conf if you need to set
|
||||
# time restrainst on logins.
|
||||
# time restraint on logins.
|
||||
# (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
|
||||
# as well as /etc/porttime)
|
||||
# account requisite pam_time.so
|
||||
@@ -76,16 +76,16 @@ auth optional pam_group.so
|
||||
# (Replaces the use of /etc/limits in old login)
|
||||
session required pam_limits.so
|
||||
|
||||
# Prints the last login info upon succesful login
|
||||
# Prints the last login info upon successful login
|
||||
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||
session optional pam_lastlog.so
|
||||
|
||||
# Prints the message of the day upon succesful login.
|
||||
# Prints the message of the day upon successful login.
|
||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||
session optional pam_exec.so type=open_session stdout /bin/uname -snrvm
|
||||
session optional pam_motd.so
|
||||
|
||||
# Prints the status of the user's mailbox upon succesful login
|
||||
# Prints the status of the user's mailbox upon successful login
|
||||
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||
#
|
||||
# This also defines the MAIL environment variable
|
||||
|
||||
Reference in New Issue
Block a user