login revision 1.1
11.1Schristos# 21.1Schristos# $FreeBSD: src/etc/pam.d/login,v 1.16 2003/06/14 12:35:05 des Exp $ 31.1Schristos# 41.1Schristos# PAM configuration for the "login" service 51.1Schristos# 61.1Schristos 71.1Schristos# auth 81.1Schristosauth required pam_nologin.so no_warn 91.1Schristosauth sufficient pam_self.so no_warn 101.1Schristosauth include system 111.1Schristos 121.1Schristos# account 131.1Schristosaccount requisite pam_securetty.so 141.1Schristosaccount include system 151.1Schristos 161.1Schristos# session 171.1Schristossession include system 181.1Schristos 191.1Schristos# password 201.1Schristospassword include system 21