11.6Slukem# $NetBSD: telnetd,v 1.6 2005/05/13 02:56:34 lukem Exp $
21.1Schristos#
31.1Schristos# PAM configuration for the "telnetd" service
41.1Schristos#
51.5Sthorpej# NOTE: This service is only used if telnetd is using a built-in
61.5Sthorpej# authenticator such as SRA.  For non-authenticated telnet sessions,
71.5Sthorpej# telnetd invokes login(1), which uses the "login" service.
81.5Sthorpej#
91.1Schristos
101.1Schristos# auth
111.1Schristosauth		required	pam_nologin.so		no_warn
121.4Sthorpejauth		include		system
131.1Schristos
141.1Schristos# account
151.4Sthorpejaccount		include		login
161.1Schristos
171.1Schristos# session
181.4Sthorpejsession		include		login
191.1Schristos
201.1Schristos# password
211.6Slukempassword	include		login
22