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:
Johan Danielsson
2002-07-31 09:39:06 +00:00
parent f9773bf37e
commit 16a9c7d1a0

View File

@@ -746,6 +746,7 @@ krb5_425_conv_principal_ext(krb5_context context,
krb5_set_error_string (context, "malloc: out of memory");
return ENOMEM;
}
strlwr(low_inst);
ret = krb5_make_principal(context, &pr, realm, name, low_inst,
NULL);
free (low_inst);