summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_counter/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rlm_counter/README.md')
-rw-r--r--src/modules/rlm_counter/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/modules/rlm_counter/README.md b/src/modules/rlm_counter/README.md
new file mode 100644
index 0000000..4b461f6
--- /dev/null
+++ b/src/modules/rlm_counter/README.md
@@ -0,0 +1,12 @@
+# rlm_counter
+## Metadata
+<dl>
+ <dt>category</dt><dd>policy</dd>
+</dl>
+
+## Summary
+
+Provides a way to count items, one counter per unique key. For
+example with User-Name for the key and Acct-Session-Time as the
+count attribute, the length of time each user may use per day
+could be limited.