summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_ldap/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rlm_ldap/README.md')
-rw-r--r--src/modules/rlm_ldap/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/modules/rlm_ldap/README.md b/src/modules/rlm_ldap/README.md
new file mode 100644
index 0000000..757c57c
--- /dev/null
+++ b/src/modules/rlm_ldap/README.md
@@ -0,0 +1,14 @@
+# rlm_ldap
+## Metadata
+<dl>
+ <dt>category</dt><dd>datastore</dd>
+ <dt>category</dt><dd>authentication</dd>
+</dl>
+
+## Summary
+
+Allows LDAP directory entries to be retrieved, modified, inserted and deleted.
+
+May also perform user authentication using LDAP binds, or by
+retrieving the contents of a password attribute for later
+comparison by a module such as rlm_pap, or an rlm_eap method.