freebsd-ports/security/sudo/pkg-message
Sergey Matveychuk efe8790d70 - 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)
2006-04-28 19:34:09 +00:00

19 lines
463 B
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
=====================================================================