Is there a Kerberos testing tool?
Posted
by
ixe013
on Server Fault
See other posts from Server Fault
or by ixe013
Published on 2012-12-14T02:31:21Z
Indexed on
2012/12/14
5:05 UTC
Read the original article
Hit count: 488
windows-server-2008
|kerberos
I often use openssl s_client
to test and debug SSL connections (to LDAPS or HTTPS services). It allows me to isolate the problem down to SSL, without anything getting in the way.
I know about klist
that allows me to purge the ticket cache.
Is there tool that would allow me to ask a Kerberos ticket for a given server, not event sending it ? Just enough to see the whole Kerberos exchange in Wireshark for example ?
© Server Fault or respective owner