From: Alan T. DeKok Date: Fri, 16 Jan 2026 22:21:35 +0000 (-0500) Subject: add "kv" the table of datastores, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66920233d6d60ee9e1cb40c66e78dfeb3a2fff40;p=thirdparty%2Ffreeradius-server.git add "kv" the table of datastores, too --- diff --git a/doc/antora/modules/reference/partials/datastore_table.adoc b/doc/antora/modules/reference/partials/datastore_table.adoc index c6ededd429c..b0cac6b2f42 100644 --- a/doc/antora/modules/reference/partials/datastore_table.adoc +++ b/doc/antora/modules/reference/partials/datastore_table.adoc @@ -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``.