2005-05-13 06:56:34 +04:00
|
|
|
# $NetBSD: telnetd,v 1.6 2005/05/13 02:56:34 lukem Exp $
|
2004-12-12 11:48:21 +03:00
|
|
|
#
|
|
|
|
# PAM configuration for the "telnetd" service
|
|
|
|
#
|
2005-02-28 00:49:14 +03:00
|
|
|
# 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.
|
|
|
|
#
|
2004-12-12 11:48:21 +03:00
|
|
|
|
|
|
|
# auth
|
|
|
|
auth required pam_nologin.so no_warn
|
2005-02-27 06:40:14 +03:00
|
|
|
auth include system
|
2004-12-12 11:48:21 +03:00
|
|
|
|
|
|
|
# account
|
2005-02-27 06:40:14 +03:00
|
|
|
account include login
|
2004-12-12 11:48:21 +03:00
|
|
|
|
|
|
|
# session
|
2005-02-27 06:40:14 +03:00
|
|
|
session include login
|
2004-12-12 11:48:21 +03:00
|
|
|
|
|
|
|
# password
|
2005-05-13 06:56:34 +04:00
|
|
|
password include login
|