# $NetBSD: telnetd,v 1.5.2.1 2005/05/16 21:34:30 riz Exp $
#
# PAM configuration for the "telnetd" service
#
# NOTE: This service is only used if telnetd is using a built-in
# authenticator such as SRA.  For non-authenticated telnet sessions,
# telnetd invokes login(1), which uses the "login" service.
#

# auth
auth		required	pam_nologin.so		no_warn
auth		include		system

# account
account		include		login

# session
session		include		login

# password
password	include		login
