Use pam_self(8) to allow users to su(1) to themselves without authentication.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Dag-Erling Smørgrav 2002-01-30 19:04:39 +00:00
parent a2d20838b0
commit 86f01a8b27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89992

View File

@ -6,6 +6,7 @@
# auth
auth sufficient pam_rootok.so no_warn
auth sufficient pam_self.so no_warn
auth requisite pam_wheel.so no_warn auth_as_self noroot_ok
#auth sufficient pam_kerberosIV.so no_warn
#auth sufficient pam_krb5.so no_warn try_first_pass auth_as_self