Browse Source

include an upstream bugfix for the kadmin tool

master
parent
commit
2eda083cb2
  1. 12
      heimdal/heimdal.patch
  2. 2
      heimdal/heimdal.spec

12
heimdal/heimdal.patch

@ -72,3 +72,15 @@ Index: lib/krb5/context.c
free(context->etypes);
free(context->etypes_des);
krb5_free_host_realm (context, context->default_realms);
Index: lib/kadm5/init_c.c
--- lib/kadm5/init_c.c.orig 2007-08-09 09:47:06 +0200
+++ lib/kadm5/init_c.c 2007-10-18 22:05:53 +0200
@@ -354,7 +354,7 @@
krb5_set_error_string(context, "Unable to find local user name");
return KADM5_FAILURE;
}
- ret = krb5_make_principal(context, &client,
+ ret = krb5_make_principal(context, &default_client,
NULL, user, "admin", NULL);
if(ret)
return ret;

2
heimdal/heimdal.spec

@ -33,7 +33,7 @@ Class: EVAL
Group: Cryptography
License: BSD
Version: 1.0.1
Release: 20071009
Release: 20071019
# package options
%option with_fsl yes

Loading…
Cancel
Save