From: Jorge Pereira Date: Thu, 7 Feb 2019 18:13:12 +0000 (-0200) Subject: Add link/table in raddb/mods-available/couchbase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b7332cba7f5189b09bb8772565ef862bb50a87;p=thirdparty%2Ffreeradius-server.git Add link/table in raddb/mods-available/couchbase --- diff --git a/raddb/mods-available/couchbase b/raddb/mods-available/couchbase index d507dd561f5..c45a8ac8f8c 100644 --- a/raddb/mods-available/couchbase +++ b/raddb/mods-available/couchbase @@ -8,7 +8,7 @@ # # = Couchbase Module # -# The `couchbase` module is used to provides connections to a Couchbase database. +# The `couchbase` module is used to provides connections to a `Couchbase` database. # # @@ -124,11 +124,15 @@ couchbase { # # The following attributes are required: # - # * `ipaddr` | `ipv4add` | `ipv6addr` - Client IP Address. - # * `secret` - RADIUS shared secret. + # [options="header,autowidth"] + # |=== + # | Attr | Description + # | `ipaddr`, `ipv4add`, `ipv6addr` | Client IP Address. + # | `secret` | RADIUS shared secret. + # |=== # - # NOTE: All attributes usually supported in a client definition are also supported here. - # Element names *should be single quoted*. + # NOTE: All attributes usually supported in a `client` definition are also + # supported here. Element names *should be single quoted*. # attribute { ipaddr = 'clientIdentifier' diff --git a/scripts/asciidoc/links.txt b/scripts/asciidoc/links.txt index 3be006c36ab..dd188436ff7 100644 --- a/scripts/asciidoc/links.txt +++ b/scripts/asciidoc/links.txt @@ -201,3 +201,4 @@ Alc-ToClient-Dhcp-Options https://infoproducts.alcatel-lucent.com/html/0_add-h-f draft-sterman-aaa-sip-01 https://tools.ietf.org/html/draft-sterman-aaa-sip-01 draft-wahl-ldap-session https://tools.ietf.org/html/draft-wahl-ldap-session-03 PAM http://www.kernel.org/pub/linux/libs/pam/index.html +Couchbase https://www.couchbase.com/