head	1.1;
access;
symbols;
locks
	morgan:1.1; strict;
comment	@# @;


1.1
date	96.09.14.00.49.52;	author morgan;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@
pam_wheel:
	only permit root authentication too members of wheel group

RECOGNIZED ARGUMENTS:
	debug		write a message to syslog indicating success or
			failure.

	use_uid		the check for wheel membership will be done against
			the current uid instead of the original one
			(useful when jumping with su from one account to
			another for example)

	trust		the pam_wheel module will return PAM_SUCCESS instead
			of PAM_IGNORE if the user is a member of the wheel
			group (thus with a little play stacking the modules
			the wheel members may be able to su to root without
			being prompted for a passwd).


MODULE SERVICES PROVIDED:
	auth		_authetication and _setcred (blank)

AUTHOR:
	Cristian Gafton <gafton@@sorosis.ro>

@
