daf509c612
Don't give examples of such use, this is bogus.
23 lines
600 B
Plaintext
23 lines
600 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "su" service
|
|
#
|
|
|
|
# auth
|
|
auth sufficient pam_rootok.so no_warn
|
|
auth sufficient pam_self.so no_warn
|
|
auth requisite pam_group.so no_warn root_only fail_safe
|
|
auth sufficient pam_opie.so no_warn no_fake_prompts
|
|
auth requisite pam_opieaccess.so no_warn allow_local
|
|
#auth sufficient pam_krb5.so no_warn try_first_pass auth_as_self
|
|
#auth required pam_ssh.so no_warn try_first_pass
|
|
auth required pam_unix.so no_warn try_first_pass nullok
|
|
|
|
# account
|
|
#account required pam_krb5.so
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
#session optional pam_ssh.so
|