[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal0.1f
kerberos mailing <kerberos@lom.camcom.it> writes:
> some troble with 01.f
> 1) i installed a new kdc (server)
> the problem is obtein always a experied tickets !
Can you run `kadmin get foo' for some principal foo for whom you get
this? And also `kadmin get krbtgt/REALM'.
> 2) under linux ftp localhost coredumps (with a valid ticket )
What versions of Linux? And where does it coredump?
The following patch might help:
Index: lib/krb5/get_host_realm.c
===================================================================
RCS file: /afs/pdc.kth.se/src/packages/kth-krb/SourceRepository/heimdal/lib/krb5/get_host_realm.c,v
retrieving revision 1.21
diff -u -w -u -w -r1.21 get_host_realm.c
--- get_host_realm.c 1999/04/11 00:42:49 1.21
+++ get_host_realm.c 1999/05/21 13:16:31
@@ -189,6 +189,5 @@
(*realms)[1] = NULL;
return 0;
}
- free(*realms);
return KRB5_ERR_HOST_REALM_UNKNOWN;
}
> 3) heimdal with a krb4 support made a strange thing
> all the library (libc ...) are search in PREFIX_OF_KRB4/lib
I don't really understand this.
/assar
- References:
- heimdal0.1f
- From: kerberos mailing <kerberos@lom.camcom.it>