From: Alan T. DeKok Date: Thu, 24 Aug 2023 18:33:24 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd19c90372528d55ec8adff05a1fbebcd9d5859c;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/doc/antora/modules/raddb/pages/mods-available/sql.adoc b/doc/antora/modules/raddb/pages/mods-available/sql.adoc index 0d76b0743bf..6b2ae823812 100644 --- a/doc/antora/modules/raddb/pages/mods-available/sql.adoc +++ b/doc/antora/modules/raddb/pages/mods-available/sql.adoc @@ -307,7 +307,7 @@ group attribute is `SQL1-Group`. -cache_groups: whether or not we cache the list of SQL groups +cache_groups:: whether or not we cache the list of SQL groups The groups are cached in the `control` list. So any comparisons must be done as `&control.SQL-Group = ...` diff --git a/raddb/mods-available/sql b/raddb/mods-available/sql index 57263315fa8..8236b7f83b7 100644 --- a/raddb/mods-available/sql +++ b/raddb/mods-available/sql @@ -346,7 +346,7 @@ sql { group_attribute = "${.:instance}-Group" # - # cache_groups: whether or not we cache the list of SQL groups + # cache_groups:: whether or not we cache the list of SQL groups # # The groups are cached in the `control` list. So any comparisons must be done as # `&control.SQL-Group = ...`