telnetd revision 1.5
1# $NetBSD: telnetd,v 1.5 2005/02/27 21:49:14 thorpej Exp $
2#
3# PAM configuration for the "telnetd" service
4#
5# NOTE: This service is only used if telnetd is using a built-in
6# authenticator such as SRA.  For non-authenticated telnet sessions,
7# telnetd invokes login(1), which uses the "login" service.
8#
9
10# auth
11auth		required	pam_nologin.so		no_warn
12auth		include		system
13
14# account
15account		include		login
16
17# session
18session		include		login
19
20# password
21session		include		login
22