dont use krb5_enctypes_compatible_keys
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24080 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -235,9 +235,7 @@ krb5_compare_creds(krb5_context context, krb5_flags whichfields,
|
||||
}
|
||||
|
||||
if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
|
||||
match = krb5_enctypes_compatible_keys(context,
|
||||
mcreds->session.keytype,
|
||||
creds->session.keytype);
|
||||
match = mcreds->session.keytype == creds->session.keytype;
|
||||
|
||||
if (match && (whichfields & KRB5_TC_MATCH_FLAGS_EXACT))
|
||||
match = mcreds->flags.i == creds->flags.i;
|
||||
|
Reference in New Issue
Block a user