head	1.2;
access;
symbols
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.04.10.12.47.09;	author des;	state dead;
branches;
next	1.1;

1.1
date	2006.04.28.19.34.09;	author sem;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Install a PAM policy, rather than just suggesting that the admin do so.
@
text
@If you store accounts in external place and want to use password 
authentication for sudo, you must create /etc/pam.d/sudo file like:

=====================================================================
#
# PAM configuration for the "sudoers" service
#
# auth
auth		include		system

# account
account		include		system

# session
session		include		system

# password
password	include		system
=====================================================================
@


1.1
log
@- Add LDAP support (off by default)
- OPTIONS'fy
- Remove obsoleted USE_REINPLACE

PR:		ports/95598
Submitted by:	Dmitriy Kirhlarov <dkirhlarov@@localhost.oilspace.com>
Approved by:	maintainer timeout (2 weeks)
@
text
@@

