From db8580f8d5a91a9fd8c767ae457c6e9ae10d693b Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 20 May 2019 15:07:36 +0300 Subject: [PATCH] Prevent doubleling password check by pam_mount (RB#9898) https://bugzilla.rosalinux.ru/show_bug.cgi?id=9898 --- system-auth-winbind.pamd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-auth-winbind.pamd b/system-auth-winbind.pamd index 92ca3bb..9b184d3 100644 --- a/system-auth-winbind.pamd +++ b/system-auth-winbind.pamd @@ -1,7 +1,7 @@ #%PAM-1.0 auth required pam_env.so -auth sufficient pam_winbind.so krb5_auth krb5_ccache_type=FILE cached_login +auth sufficient pam_winbind.so krb5_auth krb5_ccache_type=FILE cached_login try_first_pass auth sufficient pam_unix.so likeauth nullok use_first_pass auth required pam_deny.so