]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/etc/pam.d/rsh
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / etc / pam.d / rsh
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "rsh" service
5 #
6
7 # auth
8 auth            required        pam_nologin.so          no_warn
9 auth            required        pam_rhosts.so           no_warn
10
11 # account
12 account         required        pam_unix.so
13
14 # session
15 session         required        pam_permit.so
16
17 # password
18 password        required        pam_deny.so