blob: 35cc285f25cc9848e358644dd9c7918966b53e66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# rlm_krb5
## Metadata
<dl>
<dt>category</dt><dd>authentication</dd>
</dl>
## Summary
Implements Kerberos authentication, using the result of decrypting
the TGT as an indication that the provided password was correct.
Supports both MIT and Heimdal libraries.
|