kdc: sync KDC FAST with Heimdal-597.121.1
Import KDC FAST from Apple's Heimdal-597.121.1, adding support for: - PA-ENC-CHALLENGE - reply key strengthening - FAST authentication in TGS kuser: Apple sync (squash) krb5_init_creds_store_config/krb5_init_creds_warn_user in kinit
This commit is contained in:
@@ -1077,6 +1077,18 @@ get_new_tickets(krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = krb5_init_creds_store_config(context, ctx, tempccache);
|
||||
if (ret) {
|
||||
krb5_warn(context, ret, "krb5_init_creds_store_config");
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = krb5_init_creds_warn_user(context, ctx);
|
||||
if (ret) {
|
||||
krb5_warn(context, ret, "krb5_init_creds_warn_user");
|
||||
goto out;
|
||||
}
|
||||
|
||||
krb5_init_creds_free(context, ctx);
|
||||
ctx = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user