]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpam/pam.d/login
zonectl(8): Fix a few issues reported by mandoc
[FreeBSD/FreeBSD.git] / lib / libpam / pam.d / login
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "login" service
5 #
6
7 # auth
8 auth            sufficient      pam_self.so             no_warn
9 auth            include         system
10
11 # account
12 account         requisite       pam_securetty.so
13 account         required        pam_nologin.so
14 account         include         system
15
16 # session
17 session         include         system
18
19 # password
20 password        include         system