]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/pam.d/rsh
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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