Displaying 1 result from an estimated 1 matches for "krb5_kt_op".
Did you mean:
krb5_kt_ops
2004 Jan 05
1
Samba requesting nonexistent keytab type?
...source for MIT krb5, and a bit of reading, it looks like there
are two key table types defined: FILE and WRFILE. Specifically, in
lib/krb5/keytab/ktbase.c:krb5_kt_resolve(112), it cycles through a list
of registered key table types, and MEMORY is definitely not one of them.
It has no associated krb5_kt_ops struct, at least not one that I can
locate.
However, this definition _does_ exist in Heimdal Kerberos 0.6
(keytab_memory.c), along with a corresponding krb5_kt_ops struct.
What gives? Am I just making this up, or does this seem slightly
reasonable?
I'm using FreeBSD 5.1; when I compiled...