Kerberos: Difference between revisions
Jump to navigation
Jump to search
imported>Sandy Harris (stub) |
imported>Sandy Harris No edit summary |
||
Line 1: | Line 1: | ||
[[Kerberos]] is a network authentication system developed at MIT [http://web.mit.edu/Kerberos/] and used (not without controversy [http://slashdot.org/article.pl?sid=00/05/02/158204]) by all versions of [[Microsoft Windows]] since [[Windows 2000]] [http://technet.microsoft.com/en-us/library/bb742431.aspx]. A central trusted server provides "tickets" which allow other machines to authenticate each other. | [[Kerberos]] is a network authentication system developed at MIT [http://web.mit.edu/Kerberos/] and used (not without controversy [http://slashdot.org/article.pl?sid=00/05/02/158204]) by all versions of [[Microsoft Windows]] since [[Windows 2000]] [http://technet.microsoft.com/en-us/library/bb742431.aspx]. A central trusted server provides "tickets" which allow other machines to authenticate each other. | ||
The Kerberos protocol is specified in RFC 4120. There is an active [http://www.ietf.org/html.charters/krb-wg-charter.html working group] at the [[IETF]] with many more documents. Microsoft's usage is documented in RFC 3244 and RFC 4757. | |||
There is a [http://www.cmf.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html FAQ]. |
Revision as of 07:41, 17 December 2008
Kerberos is a network authentication system developed at MIT [1] and used (not without controversy [2]) by all versions of Microsoft Windows since Windows 2000 [3]. A central trusted server provides "tickets" which allow other machines to authenticate each other.
The Kerberos protocol is specified in RFC 4120. There is an active working group at the IETF with many more documents. Microsoft's usage is documented in RFC 3244 and RFC 4757.
There is a FAQ.