telnetd revision 87419
1#
2# $FreeBSD: head/etc/pam.d/telnetd 87419 2001-12-05 21:06:21Z des $
3#
4# PAM configuration for the "telnetd" service
5#
6
7# auth
8telnetd	auth	required	pam_nologin.so	no_warn
9telnetd	auth	required	pam_unix.so	no_warn try_first_pass
10
11# account
12telnetd	account	required	pam_unix.so
13