Sau khi cấu hình thành công Kerberos, đây là những gì tôi đã tìm thấy trong /etc/pam.d/common-auth
tệp:
auth [success=2 default=ignore] pam_unix.so nullok_secure
auth [success=1 default=ignore] pam_winbind.so krb5_auth krb5_ccache_type=FILE cached_login try_first_pass
auth requisite pam_deny.so
auth required pam_permit.so
Liệu success=2
giá trị kiểm soát có nghĩa là nếu pam_unix.so
thất bại thì bỏ qua xác thực để các auth requisite pam_deny.so
dòng hoặc dòng cuối cùng?