actually lower case the lower case instance name (spotted by Derrick
Brashear) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11061 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -746,6 +746,7 @@ krb5_425_conv_principal_ext(krb5_context context,
|
|||||||
krb5_set_error_string (context, "malloc: out of memory");
|
krb5_set_error_string (context, "malloc: out of memory");
|
||||||
return ENOMEM;
|
return ENOMEM;
|
||||||
}
|
}
|
||||||
|
strlwr(low_inst);
|
||||||
ret = krb5_make_principal(context, &pr, realm, name, low_inst,
|
ret = krb5_make_principal(context, &pr, realm, name, low_inst,
|
||||||
NULL);
|
NULL);
|
||||||
free (low_inst);
|
free (low_inst);
|
||||||
|
Reference in New Issue
Block a user