]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add "kv" the table of datastores, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jan 2026 22:21:35 +0000 (17:21 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jan 2026 22:21:35 +0000 (17:21 -0500)
doc/antora/modules/reference/partials/datastore_table.adoc

index c6ededd429ca4acbf3a9fdedc64bf60e67f2c627..b0cac6b2f42572367093765671937ca72b2b43f0 100644 (file)
@@ -11,6 +11,7 @@
 | xref:raddb/mods-available/etc_group.adoc[etc_group]  | Allow users to be assigned to one or more groups to permit different levels of access.
 | xref:raddb/mods-available/files.adoc[files]  | Implements a traditional Livingston-style users file.
 | xref:raddb/mods-config/files/users.adoc[file format] | A users file example.
+| xref:raddb/mods-available/kv.adoc[kv]                | A simple memory-only key-value store.
 | xref:raddb/mods-available/ldap.adoc[ldap]    | Allows LDAP directory entries to be retrieved, modified, inserted and deleted.
 | xref:raddb/mods-available/opendirectory.adoc[opendirectory]  | Integrates with an Apple OpenDirectory service on the same host as FreeRADIUS to allow OpenDirectory users to authenticate.
 | xref:raddb/mods-available/passwd.adoc[passwd]        | Reads and caches line-oriented files that are in a format similar to ``/etc/passwd``.