
pam_utmp module:
	utmpx update session module.

WHAT IT DOES:
	This module updates /var/run/utmpx

ARGUMENTS RECOGNIZED:
    debug		verbose logging

MODULE SERVICES PROVIDED:
	session            _open_session and _close_session
	
	When opening a session, this module writes a line to /var/run/utmpx
	and clears it when closing session.

USAGE:
	For the services you need this module (login for example) put
	the following line in /etc/pam.d/login as the last line for that
	service (usually after the pam_unix session line):

	session    required     /lib/security/pam_utmp.so

AUTHOR:
        Jan Rkorajski <baggins@pld.org.pl>

