diff --git a/doc/antora/modules/raddb/pages/global.d/index.adoc b/doc/antora/modules/raddb/pages/global.d/index.adoc index 1cdc2fbf9d743..af3eb4c5741b8 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 a84a34373c9bb..dbe9797fb27aa 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 ab09970b0ccc8..b28ee1516273e 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 512dcbfad82da..610c9ef0e04a2 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.