freebsd-dev/lib/libpam/modules/pam_login_access
Dag-Erling Smørgrav 53f3167d07 Add a PAM module that provides an account management component for checking
either PAM_RHOST or PAM_TTY against /etc/login.access.o

This uncovers a problem with PAM_RHOST, in that if we always set it, there
is no way to distinguish between a user logging in locally and a user
logging in using 'ssh localhost'.  This will be fixed by first making sure
that all PAM modules can handle PAM_RHOST being unset (which is currently
not the case), and then modifying su(1) and login(1) to not set it for
local logins.

Sponsored by:	DARPA, NAI Labs
2002-01-23 17:42:16 +00:00
..
login_access.c Style improvements recommended by Bruce as a follow up to some 2001-12-10 21:13:08 +00:00
login.access.5
Makefile Add a PAM module that provides an account management component for checking 2002-01-23 17:42:16 +00:00
pam_login_access.8 Add a PAM module that provides an account management component for checking 2002-01-23 17:42:16 +00:00
pam_login_access.c Add a PAM module that provides an account management component for checking 2002-01-23 17:42:16 +00:00