]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/pam.d/login
This commit was generated by cvs2svn to compensate for changes in r159609,
[FreeBSD/FreeBSD.git] / etc / pam.d / login
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "login" service
5 #
6
7 # auth
8 auth            required        pam_nologin.so          no_warn
9 auth            sufficient      pam_self.so             no_warn
10 auth            include         system
11
12 # account
13 account         requisite       pam_securetty.so
14 account         include         system
15
16 # session
17 session         include         system
18
19 # password
20 password        include         system