You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-407687/XSI-1834: get_subject_information_from_identifier should (#6344)
query xapi db, then fallback to query domain DC
get_subject_information_from_identifier query subject details from
subject id. It triggers some DNS query to do kerberos query, this causes
the problem that authenticating to XAPI with an AD account causes large
amounts of Kerberos / DNS traffic
The subject details are actually cached in xapi db and refreshed default
in every 10 minutes. get_subject_information_from_identifier should
query subject details from xapi DB and only fallback to DC when xapi DB
does not have it.
0 commit comments