From 4c2c1683d7f9fb6690175645a1ddea0acf3c308e Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 16 Dec 2005 07:57:07 +0000 Subject: Relevant BUGIDs: none Purpose of commit: bugfix Commit summary: --------------- 2005-12-15 Thorsten Kukuk * modules/pam_lastlog/pam_lastlog.c (last_login_read): Don't report an error if user logins the first time. * modules/pam_lastlog/README: New. * modules/pam_lastlog/Makefile.am: Add README to EXTRADIST. --- modules/pam_lastlog/README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 modules/pam_lastlog/README (limited to 'modules/pam_lastlog/README') diff --git a/modules/pam_lastlog/README b/modules/pam_lastlog/README new file mode 100644 index 00000000..0adc118b --- /dev/null +++ b/modules/pam_lastlog/README @@ -0,0 +1,30 @@ +pam_lastlogin: The last login module + +This module can be used as session entry to provide a `Last login on ...' +message. When the user logs into the system from what ever application +uses the PAM libraries. In addition, the module maintains the +/var/log/lastlog file and the wtmp entry. + + +The behavior of this module can be modified with one of the following +flags: + + * debug - write more information to syslog(3). + + * nodate - neglect to give the date of the last login when displaying + information about the last login on the system. + + * noterm - neglect to diplay the terminal name on which the last + login was attempt. + + * nohost - neglect to indicate from which host the last login was + attempted. + + * silent - neglect to inform the user about any previous login: + just update the /var/log/lastlog file. + + * never - if the /var/log/lastlog file does not contain any old + entries for the user, indicate that the user has never + previously logged in with a ``welcome..." message. + + * nowtmp - Don't update the wtmp entry. -- cgit v1.2.3