diff options
Diffstat (limited to 'etc/pam.d/other')
-rw-r--r-- | etc/pam.d/other | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/other b/etc/pam.d/other index e4ddf7e..c86239c 100644 --- a/etc/pam.d/other +++ b/etc/pam.d/other @@ -5,7 +5,6 @@ # # auth -auth required pam_nologin.so no_warn 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 @@ -13,6 +12,7 @@ auth requisite pam_opieaccess.so no_warn allow_local auth required pam_unix.so no_warn try_first_pass # account +account required pam_nologin.so #account required pam_krb5.so account required pam_login_access.so account required pam_unix.so |