xref: /netbsd-src/etc/pam.d/telnetd (revision e03970d62619d2d723e6fed291e3e7f2fcee6578)
1*e03970d6Slukem# $NetBSD: telnetd,v 1.6 2005/05/13 02:56:34 lukem Exp $
2cad237d3Schristos#
3cad237d3Schristos# PAM configuration for the "telnetd" service
4cad237d3Schristos#
598a2507fSthorpej# NOTE: This service is only used if telnetd is using a built-in
698a2507fSthorpej# authenticator such as SRA.  For non-authenticated telnet sessions,
798a2507fSthorpej# telnetd invokes login(1), which uses the "login" service.
898a2507fSthorpej#
9cad237d3Schristos
10cad237d3Schristos# auth
11cad237d3Schristosauth		required	pam_nologin.so		no_warn
1213eb2abfSthorpejauth		include		system
13cad237d3Schristos
14cad237d3Schristos# account
1513eb2abfSthorpejaccount		include		login
16cad237d3Schristos
17cad237d3Schristos# session
1813eb2abfSthorpejsession		include		login
19cad237d3Schristos
20cad237d3Schristos# password
21*e03970d6Slukempassword	include		login
22