Hi all,
Did anyone have any luck with using a MIT Kerberos client with Apache
Kerby? Any documentation or directions?
What I am trying to achieve is:
- generate a TGT and store in a credential cache with the Kerby
client. No problems here
- Use MIT Kerberos (with PyKerberos) to create a security context
reusing the ticket cache. No visible problem.
- use MIT Kerberos GSSAPI (with PyKerberos) to get a service ticket.
This fails in the KDC on the first AS_REQ with a decoding error related
to PA FAST
Any help appreciated,
Marc