Home | History | Annotate | Line # | Download | only in pam.d
telnetd revision 1.4
      1  1.4   thorpej # $NetBSD: telnetd,v 1.4 2005/02/27 03:40:14 thorpej Exp $
      2  1.1  christos #
      3  1.1  christos # PAM configuration for the "telnetd" service
      4  1.1  christos #
      5  1.1  christos 
      6  1.1  christos # auth
      7  1.1  christos auth		required	pam_nologin.so		no_warn
      8  1.4   thorpej auth		include		system
      9  1.1  christos 
     10  1.1  christos # account
     11  1.4   thorpej account		include		login
     12  1.1  christos 
     13  1.1  christos # session
     14  1.4   thorpej session		include		login
     15  1.1  christos 
     16  1.1  christos # password
     17  1.4   thorpej session		include		login
     18