Kerberos: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''Kerberos''' is a ticket-based network authentication system. Microsoft's Active Directory uses an implementation of Kerberos to allow users and network hosts to authenticate and access services. See [https://en.wikipedia.org/wiki/Kerberos_(protocol) Kerberos @ Wikipedia].") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
See [https://en.wikipedia.org/wiki/Kerberos_(protocol) Kerberos @ Wikipedia]. | See [https://en.wikipedia.org/wiki/Kerberos_(protocol) Kerberos @ Wikipedia]. | ||
See also <code>man kinit</code>, <code>man klist</code> and <code>man kdestroy</code>. | |||
See [[/unsw]]. |
Latest revision as of 11:46, 28 August 2023
Kerberos is a ticket-based network authentication system. Microsoft's Active Directory uses an implementation of Kerberos to allow users and network hosts to authenticate and access services.
See Kerberos @ Wikipedia.
See also man kinit
, man klist
and man kdestroy
.
See /unsw.