]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - etc/pam.d/rsh
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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