Forgot to commit this change along with r219563: pam_group(8) now issues
a warning if neither luser nor ruser is specified. The correct option for su(1) is ruser. MFC after: 1 month
This commit is contained in:
parent
ee50cfe1f1
commit
6fe126c1a9
@ -7,7 +7,7 @@
|
||||
# auth
|
||||
auth sufficient pam_rootok.so no_warn
|
||||
auth sufficient pam_self.so no_warn
|
||||
auth requisite pam_group.so no_warn group=wheel root_only fail_safe
|
||||
auth requisite pam_group.so no_warn group=wheel root_only fail_safe ruser
|
||||
auth include system
|
||||
|
||||
# account
|
||||
|
Loading…
Reference in New Issue
Block a user