#
# = 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.
#
#
#
# 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'
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/