efe8790d70
- OPTIONS'fy - Remove obsoleted USE_REINPLACE PR: ports/95598 Submitted by: Dmitriy Kirhlarov <dkirhlarov@localhost.oilspace.com> Approved by: maintainer timeout (2 weeks)
19 lines
463 B
Text
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
|
|
=====================================================================
|