head	1.3;
access;
symbols
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.12
	RELENG_5_5_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.10
	RELENG_5_4_BP:1.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.8
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.6
	RELENG_5_BP:1.2
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.4
	RELENG_5_2_BP:1.2
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.2
	RELENG_5_1_BP:1.2
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.06.10.20.52.36;	author nectar;	state dead;
branches;
next	1.2;

1.2
date	2003.02.10.00.50.03;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.02.05.05.28;	author des;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove rexecd(8), a server that implements a particularly insecure
method of executing commands remotely.  There are no rexec clients in
the FreeBSD tree, and the client function rexec(3) is present only in
libcompat.  It has been documented as "obsolete" since 4.3BSD, and its
use has been discouraged in the man page for over 10 years.
@
text
@#
# $FreeBSD: src/etc/pam.d/rexecd,v 1.2 2003/02/10 00:50:03 des Exp $
#
# PAM configuration for the "rexecd" service
#

# auth
auth		required	pam_nologin.so		no_warn
auth		required	pam_unix.so		no_warn use_first_pass

# account
account		required	pam_ftpusers.so		no_warn disallow
account		required	pam_unix.so		no_warn

# session
session		required	pam_permit.so

# password
password	required	pam_deny.so
@


1.2
log
@Major cleanup & homogenization.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Add a PAM policy for rexecd(8).

Sponsored by:	DARPA, NAI Labs
@
text
@d2 1
a2 1
# $FreeBSD: src/etc/pam.d/rsh,v 1.3 2002/04/12 23:20:30 des Exp $
d8 2
a9 2
auth		required	pam_nologin.so	no_warn
auth		required	pam_unix.so	no_warn use_first_pass
d12 2
a13 2
account		required	pam_unix.so	no_warn
account		required	pam_ftpusers.so	no_warn disallow
d16 4
a19 1
session		required	pam_permit.so	no_warn
@

