freebsd-dev/contrib/libpam/modules/pam_shells
1998-11-18 01:16:21 +00:00
..
Makefile Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
pam_shells.c Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
README Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00

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.