Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pam_lastlog(8) [freebsd man page]

PAM_LASTLOG(8)						    BSD System Manager's Manual 					    PAM_LASTLOG(8)

NAME
pam_lastlog -- login accounting PAM module SYNOPSIS
[service-name] module-type control-flag pam_lastlog [options] DESCRIPTION
The login accounting service module for PAM, pam_lastlog provides functionality for only one PAM category: session management. In terms of the module-type parameter, this is the ``session'' feature. Login Accounting Session Management Module The login accounting session management component provides functions to initiate (pam_sm_open_session()) and terminate (pam_sm_close_session()) sessions. The pam_sm_open_session() function records the session in the user accounting database. The pam_sm_close_session() function does nothing. The following options may be passed to the authentication module: debug syslog(3) debugging information at LOG_DEBUG level. no_warn suppress warning messages to the user. no_fail Ignore I/O failures. SEE ALSO
last(1), w(1), getutxent(3), login(3), logout(3), pam.conf(5), lastlogin(8), pam(8) AUTHORS
The pam_lastlog module and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Divi- sion of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BSD
January 21, 2010 BSD

Check Out this Related Man Page

PAM_LOGIN_ACCESS(8)					    BSD System Manager's Manual 				       PAM_LOGIN_ACCESS(8)

NAME
pam_login_access -- login.access PAM module SYNOPSIS
[service-name] module-type control-flag pam_login_access [options] DESCRIPTION
The login.access service module for PAM, pam_login_access provides functionality for only one PAM category: account management. In terms of the module-type parameter, this is the ``account'' feature. Login.access Account Management Module The login.access account management component (pam_sm_acct_mgmt()), returns success if and only the user is allowed to log in on the speci- fied tty (in the case of a local login) or from the specified remote host (in the case of a remote login), according to the restrictions listed in login.access(5). SEE ALSO
login.access(5), pam.conf(5), pam(8) AUTHORS
The login.access(5) access control scheme was designed and implemented by Wietse Venema. The pam_login_access module and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BSD
January 24, 2002 BSD
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need a Help Please- Login a reflectionX session but what you type is not what you get

Im having a problem using unix program client ReflectionX. as soon as i login to one session i type to change to any directory or type something but the problem is that what i type in is not what you get. ie i type: $cd ~/alejo (to change HOME DIRECTORY - alejo subdirectory but when i type it... (2 Replies)
Discussion started by: alexcol
2 Replies

2. UNIX for Dummies Questions & Answers

Session logout

hi, i want to make a session logout in c++/unix which will redirect the user to the login page if the user is idle for 5mins (1 Reply)
Discussion started by: anubhav sharma
1 Replies

3. UNIX for Advanced & Expert Users

Login and logout time of a session

Hi, How can I find out the login and logout time of the old UNIX session/user?. (2 Replies)
Discussion started by: sharif
2 Replies