Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira committed Jan 29, 2019
1 parent be67d17 commit 5a243c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion raddb/mods-available/cache_eap
Expand Up @@ -39,7 +39,7 @@
# packet (i.e. different RADIUS packet header, different src/dst
# IP/port), but with the same contents.
#
# This module enables that retransmit
# This module enables that retransmit.
#
# The module is not enabled in the default configuration because that
# proxy architecture is used only in limited situations. In the
Expand Down
6 changes: 3 additions & 3 deletions raddb/mods-available/couchbase
Expand Up @@ -23,7 +23,7 @@ couchbase {
server = "http://cb01.example.org:8091/ http://cb02.example.org:8091/"

#
# bucket:: Couchbase bucket name
# bucket:: Couchbase bucket name.
#
bucket = "radius"

Expand All @@ -40,7 +40,7 @@ couchbase {
acct_key = "radacct_%{%{Acct-Unique-Session-Id}:-%{Acct-Session-Id}}"

#
# doctype:: Value for the 'docType' element in the json body for accounting documents
# doctype:: Value for the 'docType' element in the json body for accounting documents.
#
doctype = "radacct"

Expand Down Expand Up @@ -194,7 +194,7 @@ couchbase {
uses = 0

#
# lifetime:: The lifetime (in seconds) of the connection
# lifetime:: The lifetime (in seconds) of the connection.
#
# NOTE: A setting of `0` means infinite (no limit).
#
Expand Down
5 changes: 4 additions & 1 deletion raddb/mods-available/delay
Expand Up @@ -19,6 +19,9 @@
# responses.
#

#
# ## Default instance
#
delay {
#
# delay:: How long to delay request processing for.
Expand All @@ -45,7 +48,7 @@ delay {
# NAS will only allow a limited number of request to be in
# flight.
#
# The default is "no", which means that
# The default is `no`, which means that.
#
# relative = no
}
Expand Down

0 comments on commit 5a243c9

Please sign in to comment.