Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.3.0
-
Linux distributions supporting MIT-kerberos library >= 1.8.X
-
3
-
5657
Description
Since version 1.8.X of the MIT-kerberos library the function
signature for deriving cryptographic keys:
krb5_derive_key(const struct krb5_enc_provider *enc,
const krb5_keyblock *inkey, krb5_keyblock *outkey,
const krb5_data *in_constant)
is changed in:
krb5int_derive_key(const struct krb5_enc_provider *enc,
krb5_key inkey, krb5_key *outkey,
const krb5_data *in_constant)
The kerberos support for lustre thus is not working anymore with current
linux distributions supporting MIT-kerberos library >= 1.8.X.