1Kerberos V5 is an authentication system developed at MIT. 2Abridged from the User Guide: 3 Under Kerberos, a client sends a request for a ticket to the 4 Key Distribution Center (KDC). The KDC creates a ticket-granting 5 ticket (TGT) for the client, encrypts it using the client's 6 password as the key, and sends the encrypted TGT back to the 7 client. The client then attempts to decrypt the TGT, using 8 its password. If the client successfully decrypts the TGT, it 9 keeps the decrypted TGT, which indicates proof of the client's 10 identity. The TGT permits the client to obtain additional tickets, 11 which give permission for specific services. 12 Since Kerberos negotiates authenticated, and optionally encrypted, 13 communications between two points anywhere on the internet, it 14 provides a layer of security that is not dependent on which side of a 15 firewall either client is on. 16 The Kerberos V5 package is designed to be easy to use. Most of the 17 commands are nearly identical to UNIX network programs you are already 18 used to. Kerberos V5 is a single-sign-on system, which means that you 19 have to type your password only once per session, and Kerberos does 20 the authenticating and encrypting transparently. 21 22Jacques Vidrine <n@nectar.com> 23