Home | History | Annotate | Line # | Download | only in pam.d
      1  1.6     lukem # $NetBSD: telnetd,v 1.6 2005/05/13 02:56:34 lukem Exp $
      2  1.1  christos #
      3  1.1  christos # PAM configuration for the "telnetd" service
      4  1.1  christos #
      5  1.5   thorpej # NOTE: This service is only used if telnetd is using a built-in
      6  1.5   thorpej # authenticator such as SRA.  For non-authenticated telnet sessions,
      7  1.5   thorpej # telnetd invokes login(1), which uses the "login" service.
      8  1.5   thorpej #
      9  1.1  christos 
     10  1.1  christos # auth
     11  1.1  christos auth		required	pam_nologin.so		no_warn
     12  1.4   thorpej auth		include		system
     13  1.1  christos 
     14  1.1  christos # account
     15  1.4   thorpej account		include		login
     16  1.1  christos 
     17  1.1  christos # session
     18  1.4   thorpej session		include		login
     19  1.1  christos 
     20  1.1  christos # password
     21  1.6     lukem password	include		login
     22