blob: 9370a62f2ba3c96828e6ddf2bbca9dc5089e266d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: telnetd,v 1.6 2005/05/13 02:56:34 lukem 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
|