telnetd revision 1.6 1 # $NetBSD: telnetd,v 1.6 2005/05/13 02:56:34 lukem 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
11 auth required pam_nologin.so no_warn
12 auth include system
13
14 # account
15 account include login
16
17 # session
18 session include login
19
20 # password
21 password include login
22