mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
18 lines
271 B
Text
18 lines
271 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "rsh" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth required pam_rhosts.so no_warn
|
|
|
|
# account
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password required pam_deny.so
|