Fix markup. Fix backslashes to surive roff.
[netbsd-mini2440.git] / etc / pam.d / telnetd
blob8b937b188d72008eacdad4a070a483c81e3508c9
1 # $NetBSD: telnetd,v 1.5 2005/02/27 21:49:14 thorpej Exp $
3 # PAM configuration for the "telnetd" service
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.
10 # auth
11 auth            required        pam_nologin.so          no_warn
12 auth            include         system
14 # account
15 account         include         login
17 # session
18 session         include         login
20 # password
21 password        include         login