]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/pam.d/rsh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / pam.d / rsh
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "rsh" service
5 #
6
7 # auth
8 auth            required        pam_rhosts.so           no_warn
9
10 # account
11 account         required        pam_nologin.so
12 account         required        pam_unix.so
13
14 # session
15 session         required        pam_permit.so
16
17 # password
18 password        required        pam_deny.so