9a4b262 ipadb: reload trust information if domain is not known

1 file Authored by sbose 11 years ago, Committed by mkosek 11 years ago,
    ipadb: reload trust information if domain is not known
    
    Currently the data about trusted domains is read once at startup. If a
    new trust is added the KDC must be restarted to know about the new
    trust. This patch reloads the trust data if there is a request from an
    unknown domain. To make DOS attacks a bit harder the data can be updated
    only once in a minute.
    
    Fixes https://fedorahosted.org/freeipa/ticket/3156