summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_krb5/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rlm_krb5/README.md')
-rw-r--r--src/modules/rlm_krb5/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/modules/rlm_krb5/README.md b/src/modules/rlm_krb5/README.md
new file mode 100644
index 0000000..35cc285
--- /dev/null
+++ b/src/modules/rlm_krb5/README.md
@@ -0,0 +1,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.