Initial patch for dealing with AD x-realm key rollover

AD issues x-realm TGTs with kvno 0.  On key x-realm trust key change
    we need to be able to try current and previous keys for trust, else
    we will have some failures.
This commit is contained in:
Nicolas Williams
2011-11-11 02:06:48 -06:00
parent b26fc106de
commit c9609cdb37
9 changed files with 105 additions and 47 deletions

View File

@@ -47,6 +47,7 @@ HEIMDAL_HDB_1.0 {
hdb_get_dbinfo;
hdb_init_db;
hdb_key2principal;
hdb_kvno2keys;
hdb_list_builtin;
hdb_lock;
hdb_next_enctype2key;