summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rlm_python/README.md')
-rw-r--r--src/modules/rlm_python/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/modules/rlm_python/README.md b/src/modules/rlm_python/README.md
new file mode 100644
index 0000000..621afe1
--- /dev/null
+++ b/src/modules/rlm_python/README.md
@@ -0,0 +1,12 @@
+# rlm_python
+## Metadata
+<dl>
+ <dt>category</dt><dd>languages</dd>
+</dl>
+
+## Summary
+
+Allows the server to call a persistent, embedded Python v2 script.
+
+When there are policies that cannot be implemented in unlang, it
+is usually possible to use rlm_perl or rlm_python instead.