blob: 65c87d1c3293a522ec633ad7f5a13da843927f46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# rlm_passwd
## Metadata
<dl>
<dt>category</dt><dd>datastore</dd>
</dl>
## Summary
Reads and caches line-oriented files that are in a format similar
to `/etc/passwd`.
It assumes that each line is composed of a series of records,
separated by a delimiter. The records are read from the file,
cached, then retrieved during request processing and inserted into
the request.
|