fix typos
Signed-off-by: lilinjie <lilinjie@uniontech.com>
This commit is contained in:
parent
e28deeb8e9
commit
15a64f9e7f
@ -12584,7 +12584,7 @@
|
|||||||
http://bugs.debian.org/48002
|
http://bugs.debian.org/48002
|
||||||
|
|
||||||
* src/login.c, NEWS:
|
* src/login.c, NEWS:
|
||||||
fixed loggin of username on succesful login (was using the normal username,
|
fixed loggin of username on successful login (was using the normal username,
|
||||||
when it should have used pam_user) http://bugs.debian.org/47819
|
when it should have used pam_user) http://bugs.debian.org/47819
|
||||||
|
|
||||||
2005-06-02 Tomasz Kłoczko <kloczek@pld.org.pl>
|
2005-06-02 Tomasz Kłoczko <kloczek@pld.org.pl>
|
||||||
|
2
NEWS
2
NEWS
@ -1133,7 +1133,7 @@ shadow-4.0.9 -> shadow-4.0.10 28-06-2005
|
|||||||
http://bugs.debian.org/53702
|
http://bugs.debian.org/53702
|
||||||
- login: check for hushed login and pass PAM_SILENT if true,
|
- login: check for hushed login and pass PAM_SILENT if true,
|
||||||
http://bugs.debian.org/48002
|
http://bugs.debian.org/48002
|
||||||
- login: fixed username on succesful login (was using the normal username,
|
- login: fixed username on successful login (was using the normal username,
|
||||||
when it should have used pam_user) http://bugs.debian.org/47819
|
when it should have used pam_user) http://bugs.debian.org/47819
|
||||||
- remove using SHADOWPWD #define so now shadow is always built with shadow
|
- remove using SHADOWPWD #define so now shadow is always built with shadow
|
||||||
password support,
|
password support,
|
||||||
|
@ -5471,7 +5471,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: login.defs.5.xml:34(para) login.1.xml:34(para)
|
#: login.defs.5.xml:34(para) login.1.xml:34(para)
|
||||||
msgid "Enable logging of successful logins."
|
msgid "Enable logging of successful logins."
|
||||||
msgstr "Aktiver logning af succesfulde logind."
|
msgstr "Aktiver logning af successfulde logind."
|
||||||
|
|
||||||
#: login.defs.5.xml:32(term) login.1.xml:32(term)
|
#: login.defs.5.xml:32(term) login.1.xml:32(term)
|
||||||
msgid "<option>LOG_UNKFAIL_ENAB</option> (boolean)"
|
msgid "<option>LOG_UNKFAIL_ENAB</option> (boolean)"
|
||||||
|
@ -76,15 +76,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
@ -80,15 +80,15 @@ auth optional pam_group.so
|
|||||||
# (Replaces the use of /etc/limits in old login)
|
# (Replaces the use of /etc/limits in old login)
|
||||||
session required pam_limits.so
|
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)
|
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
||||||
session optional pam_lastlog.so
|
session optional pam_lastlog.so
|
||||||
|
|
||||||
# Prints the motd upon succesful login
|
# Prints the motd upon successful login
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
# (Replaces the `MOTD_FILE' option in login.defs)
|
||||||
session optional pam_motd.so
|
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).
|
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
||||||
#
|
#
|
||||||
# This also defines the MAIL environment variable
|
# This also defines the MAIL environment variable
|
||||||
|
Loading…
Reference in New Issue
Block a user