Make a note about when telnetd uses the "telnetd" PAM service, and

when the "login" PAM service is used instead.
This commit is contained in:
thorpej 2005-02-27 21:49:14 +00:00
parent c3bf5c7ebe
commit 98a2507fb6
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# $NetBSD: telnetd,v 1.4 2005/02/27 03:40:14 thorpej Exp $ # $NetBSD: telnetd,v 1.5 2005/02/27 21:49:14 thorpej Exp $
# #
# PAM configuration for the "telnetd" service # 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
auth required pam_nologin.so no_warn auth required pam_nologin.so no_warn