diff options
| -rw-r--r-- | etc/pam.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf index aa070e65349a..d4700c4e8c21 100644 --- a/etc/pam.conf +++ b/etc/pam.conf @@ -103,5 +103,6 @@ imap auth required pam_unix.so try_first_pass pop3 auth required pam_unix.so try_first_pass # If we don't match anything else, default to using getpwnam(). +other auth sufficient pam_skey.so other auth required pam_unix.so try_first_pass other account required pam_unix.so try_first_pass |
