Skip to content

Commit

Permalink
antora fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 3, 2023
1 parent 9c38480 commit 37bb760
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/antora/modules/raddb/pages/global.d/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|=====
11 changes: 9 additions & 2 deletions doc/antora/modules/raddb/pages/sites-available/tacacs.adoc
Original file line number Diff line number Diff line change
@@ -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.


Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/antora/modules/reference/pages/xlat/file.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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_ ])

Expand Down
12 changes: 10 additions & 2 deletions raddb/sites-available/tacacs
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# -*- 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
#
# $Id$
#
######################################################################

#
# ## The Virtual Server
#
# This is the `tacacs` virtual server.
#
server tacacs {
#
# namespace:: Needs to be "tacacs" for TACACS+ functionality.
Expand Down

0 comments on commit 37bb760

Please sign in to comment.