2.5 Putting the Pieces Together
Now that we've covered the basic topics that
you'll need to understand Kerberos,
let's begin to put all of these pieces together by
examining the credential cache above.
Inside the credential cache, I have obtained an initial Ticket
Granting Ticket through the Authentication Server (this is the first
ticket out of three). By logging into this system, the system created
this credential cache and obtained a TGT for me. During my log in
session, I also logged into a host called
cfs.wedgie.org, which has a Kerberized telnet
daemon running on it. Because I was using Kerberos authentication, I
was able to log into cfs without typing a password; instead, my
telnet client obtained a service principal from the Ticket Granting
Server, and used that ticket to contact the Kerberized telnet on cfs.
Later, I did the same, except this time I logged into
web.wedgie.org.
During this time, after logging in to three machines (including my
initial authentication to Kerberos), I have only typed in my password
once. The Kerberos software requested, generated, and sent tickets on
my behalf as necessary to transparently authenticate me to the other
machines as I accessed them. As a user, all of this happens behind
the scenes. Now we'll peel back the curtain, and
uncover the magic that occurs behind the scenes.
|