From: Alan T. DeKok Date: Sun, 3 Dec 2023 15:02:03 +0000 (-0500) Subject: antora fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37bb760712519348b0981aed2f2f00be6c4bfb4e;p=thirdparty%2Ffreeradius-server.git antora fixes --- diff --git a/doc/antora/modules/raddb/pages/global.d/index.adoc b/doc/antora/modules/raddb/pages/global.d/index.adoc index 1cdc2fbf9d7..af3eb4c5741 100644 --- a/doc/antora/modules/raddb/pages/global.d/index.adoc +++ b/doc/antora/modules/raddb/pages/global.d/index.adoc @@ -19,3 +19,4 @@ once, and not in each module. | Configuration | Description | xref:global.d/ldap.adoc[ldap] | LDAP debugging flags | xref:global.d/python.adoc[python] | Python path variables +|===== diff --git a/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc b/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc index a84a34373c9..dbe9797fb27 100644 --- a/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc +++ b/doc/antora/modules/raddb/pages/sites-available/tacacs.adoc @@ -1,9 +1,18 @@ += The tacacs Virtual Server +The `tacacs` virtual server processes TACACS+ packets. + + +## The Virtual Server + +This is the `tacacs` virtual server. + + namespace:: Needs to be "tacacs" for TACACS+ functionality. @@ -323,8 +332,6 @@ NOTE: Proxying of TACACS+ requests is NOT supported. == Default Configuration ``` -# As of version 4.0.0, the server also supports the TACACS+ -# protocol. # https://www.rfc-editor.org/rfc/rfc8907 server tacacs { namespace = tacacs diff --git a/doc/antora/modules/reference/pages/xlat/file.adoc b/doc/antora/modules/reference/pages/xlat/file.adoc index ab09970b0cc..b28ee151627 100644 --- a/doc/antora/modules/reference/pages/xlat/file.adoc +++ b/doc/antora/modules/reference/pages/xlat/file.adoc @@ -89,6 +89,7 @@ if (%file.size("/var/log/radius.log") > (((uint64)1) << 20)) { %log.info("The log file is getting large!") } ---- +==== == %file.tail(_string_, [ _uint32_ ]) diff --git a/raddb/sites-available/tacacs b/raddb/sites-available/tacacs index 512dcbfad82..610c9ef0e04 100644 --- a/raddb/sites-available/tacacs +++ b/raddb/sites-available/tacacs @@ -1,8 +1,11 @@ # -*- text -*- ###################################################################### # -# As of version 4.0.0, the server also supports the TACACS+ -# protocol. +####################################################################### +# +# = The tacacs Virtual Server +# +# The `tacacs` virtual server processes TACACS+ packets. # # https://www.rfc-editor.org/rfc/rfc8907 # @@ -10,6 +13,11 @@ # ###################################################################### +# +# ## The Virtual Server +# +# This is the `tacacs` virtual server. +# server tacacs { # # namespace:: Needs to be "tacacs" for TACACS+ functionality.