diff options
author | des <des@FreeBSD.org> | 2003-02-10 00:50:03 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-02-10 00:50:03 +0000 |
commit | d4d4a833ae0443bd6ff37b15255b35bda1464d32 (patch) | |
tree | 977dcc9470d5a5c5834587ede08319b78f65a6ad /etc/pam.d/other | |
parent | 439e079c7bb7144cf54342b133449c39cc1bef5c (diff) | |
download | FreeBSD-src-d4d4a833ae0443bd6ff37b15255b35bda1464d32.zip FreeBSD-src-d4d4a833ae0443bd6ff37b15255b35bda1464d32.tar.gz |
Major cleanup & homogenization.
Diffstat (limited to 'etc/pam.d/other')
-rw-r--r-- | etc/pam.d/other | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/etc/pam.d/other b/etc/pam.d/other index 81e0055..c4fe614 100644 --- a/etc/pam.d/other +++ b/etc/pam.d/other @@ -5,16 +5,25 @@ # # auth -auth required pam_nologin.so no_warn -auth sufficient pam_opie.so no_warn no_fake_prompts +auth required pam_nologin.so no_warn +auth sufficient pam_opie.so no_warn no_fake_prompts auth requisite pam_opieaccess.so no_warn -auth required pam_unix.so no_warn try_first_pass +#auth sufficient pam_kerberosIV.so no_warn try_first_pass +#auth sufficient pam_krb5.so no_warn try_first_pass +#auth sufficient pam_ssh.so no_warn try_first_pass +auth required pam_unix.so no_warn try_first_pass # account +#account required pam_kerberosIV.so +#account required pam_krb5.so +account required pam_login_access.so account required pam_unix.so # session -session required pam_lastlog.so no_warn no_fail +#session required pam_kerberosIV.so +#session required pam_krb5.so +#session optional pam_ssh.so +session required pam_permit.so # password -password required pam_deny.so +password required pam_permit.so |