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-authtệ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=2giá 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.sodòng hoặc dòng cuối cùng?