Skip to content

Commit

Permalink
Merge pull request #30 from JDTX/master
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
Fabian Mauchle authored and GitHub committed May 1, 2019
2 parents 95e44fa + b72b599 commit 0596260
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ changes since 1.7.2

2008-10-07 1.2
listenTCP and sourceTCP options renamed to listenTLS and sourceTLS
Old options deprecated but available for backwards compatiblity
Old options deprecated but available for backwards compatibility
Logging reply-message attribute from Reject messages
Contribution from Arne Schwabe
Rewrite blocks have new options addAttribute and modifyAttribute
Expand Down
8 changes: 4 additions & 4 deletions radsecproxy.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ See \fIradsecproxy.conf\-example\fR for details.
The FTicksMAC option has the same function as LogMAC for FTicks. The default for
FTicksMAC is \fBVendorKeyHashed\fR which needs \fBFTicksKey\fR to be set.

Before chosing any of
Before choosing any of
.BR Original ,
.BR FullyHashed
or
Expand Down Expand Up @@ -466,7 +466,7 @@ Apply the operations in the specified \fIrewrite\fR block on incoming (request)
or outgoing (response) messages from this client. Rewriting incoming messages is
done before, outgoing after other processing. If the \fBRewriteIn\fR is not
configured, the rewrite blocks \fBdefaultClient\fR or \fBdefault\fR will be
applied if defined. No default blocks are appied for \fBRewriteOut\fR.
applied if defined. No default blocks are applied for \fBRewriteOut\fR.
.RE

.BI "RewriteAttribute User-Name:/" regex / replace /
Expand Down Expand Up @@ -576,7 +576,7 @@ Apply the operations in the specified \fIrewrite\fR block on outgoing (request)
or incoming (response) messages to/from this server. Rewriting outgoing messages is
done after, incoming before other processing. If the \fBRewriteIn\fR is not
configured, the rewrite blocks \fBdefaultServer\fR or \fBdefault\fR will be
applied if defined. No default blocks are appied for \fBRewriteOut\fR.
applied if defined. No default blocks are applied for \fBRewriteOut\fR.
.RE

.BR "LoopPrevention (" on | off)
Expand Down Expand Up @@ -806,7 +806,7 @@ block are:

.BI "AddAttribute " attribute \fR: value
.RS
Add an \fIattribute\fR to the radius mesage and set it to \fIvalue\fR. The
Add an \fIattribute\fR to the radius message and set it to \fIvalue\fR. The
\fIattribute\fR must be specified using the numerical attribute id. The
\fIvalue\fR can either be numerical, a string, or a hex value. See the
\fBCONFIGURATION SYNTAX\fR section for details.
Expand Down
2 changes: 1 addition & 1 deletion tools/radsec-dynsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# realm given as argument, and creates a server template based
# on that. It currently ignores weight markers, but does sort
# servers on priority marker, lowest number first.
# For host command this is coloumn 5, for dig it is coloumn 1.
# For host command this is column 5, for dig it is column 1.

usage() {
echo "Usage: ${0} <realm>"
Expand Down

0 comments on commit 0596260

Please sign in to comment.