]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
antora fixes
authorAlan T. DeKok <aland@freeradius.org>
Sun, 3 Dec 2023 15:02:03 +0000 (10:02 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 3 Dec 2023 15:02:31 +0000 (10:02 -0500)
doc/antora/modules/raddb/pages/global.d/index.adoc
doc/antora/modules/raddb/pages/sites-available/tacacs.adoc
doc/antora/modules/reference/pages/xlat/file.adoc
raddb/sites-available/tacacs

index 1cdc2fbf9d74325e564b3972d23e5204f6ff91f3..af3eb4c5741b8687242e525910ffc307b771304b 100644 (file)
@@ -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
+|=====
index a84a34373c9bb0a7370c8ba8e11a34d3efb80fdb..dbe9797fb27aa5be69eafe46b0b147c977850703 100644 (file)
@@ -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
index ab09970b0ccc8635e9b437b2882a8ce05447ca17..b28ee1516273eb0ab5008992c0f34446526eddc6 100644 (file)
@@ -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_ ])
 
index 512dcbfad82dabbe1da7b4a8d0fa34a7a5b9d907..610c9ef0e04a27d356cabeba683e9bf9e642060d 100644 (file)
@@ -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
 #
 #
 ######################################################################
 
+#
+#  ## The Virtual Server
+#
+#  This is the `tacacs` virtual server.
+#
 server tacacs {
        #
        #  namespace:: Needs to be "tacacs" for TACACS+ functionality.