freebsd-dev/contrib/libpam/modules/pam_shells
2001-05-29 18:32:17 +00:00
..
Makefile Bring back from the er, dead some useful PAM modules. 2001-05-29 18:32:17 +00:00
pam_shells.c Bring back from the er, dead some useful PAM modules. 2001-05-29 18:32:17 +00:00
README Bring back from the er, dead some useful PAM modules. 2001-05-29 18:32:17 +00:00

$FreeBSD$
pam_shells:
	Authentication is granted if the users shell is listed in
	/etc/shells. If no shell is in /etc/passwd (empty), the
	/bin/sh is used (following ftpd's convention).

	Also checks to make sure that /etc/shells is a plain
	file and not world writable.

	- Erik Troan <ewt@redhat.com>, Red Hat Software.
		August 5, 1996.