|
|
ddb60b |
From 285f6f1891e8e8acfeb7281136efdae50dbfbe78 Mon Sep 17 00:00:00 2001
|
|
|
ddb60b |
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
|
|
|
ddb60b |
Date: Fri, 14 Sep 2018 11:53:28 +0300
|
|
|
ddb60b |
Subject: [PATCH] man: Fix some typos
|
|
|
ddb60b |
|
|
|
ddb60b |
---
|
|
|
ddb60b |
man/man1/radzap.1 | 4 ++--
|
|
|
ddb60b |
man/man5/unlang.5 | 6 +++---
|
|
|
ddb60b |
man/man8/radcrypt.8 | 2 +-
|
|
|
ddb60b |
man/man8/radiusd.8 | 4 ++--
|
|
|
ddb60b |
4 files changed, 8 insertions(+), 8 deletions(-)
|
|
|
ddb60b |
|
|
|
ddb60b |
diff --git a/man/man1/radzap.1 b/man/man1/radzap.1
|
|
|
ddb60b |
index a2d529d064..03b9a43a54 100644
|
|
|
ddb60b |
--- a/man/man1/radzap.1
|
|
|
ddb60b |
+++ b/man/man1/radzap.1
|
|
|
ddb60b |
@@ -1,4 +1,4 @@
|
|
|
ddb60b |
-.TH RADZAP 1 "8 April 2005" "" "FreeRadius Daemon"
|
|
|
ddb60b |
+.TH RADZAP 1 "8 April 2005" "" "FreeRADIUS Daemon"
|
|
|
ddb60b |
.SH NAME
|
|
|
ddb60b |
radzap - remove rogue entries from the active sessions database
|
|
|
ddb60b |
.SH SYNOPSIS
|
|
|
ddb60b |
@@ -17,7 +17,7 @@ radzap - remove rogue entries from the active sessions database
|
|
|
ddb60b |
.RB [ \-x ]
|
|
|
ddb60b |
\fIserver[:port] secret\fP
|
|
|
ddb60b |
.SH DESCRIPTION
|
|
|
ddb60b |
-The FreeRadius server can be configured to maintain an active session
|
|
|
ddb60b |
+The FreeRADIUS server can be configured to maintain an active session
|
|
|
ddb60b |
database in a file called \fIradutmp\fP. Commands like \fBradwho\fP(1)
|
|
|
ddb60b |
use this database. Sometimes that database can get out of sync, and
|
|
|
ddb60b |
then it might contain rogue entries. \fBradzap\fP can clean up this
|
|
|
ddb60b |
diff --git a/man/man5/unlang.5 b/man/man5/unlang.5
|
|
|
ddb60b |
index 40db5fa6e7..5f765f1787 100644
|
|
|
ddb60b |
--- a/man/man5/unlang.5
|
|
|
ddb60b |
+++ b/man/man5/unlang.5
|
|
|
ddb60b |
@@ -195,7 +195,7 @@ The <list> can be one of "request", "reply", "proxy-request",
|
|
|
ddb60b |
of Version 3, the <list> can be omitted, in which case "request" is
|
|
|
ddb60b |
assumed.
|
|
|
ddb60b |
|
|
|
ddb60b |
-The "control" list is the list of attributes maintainted internally by
|
|
|
ddb60b |
+The "control" list is the list of attributes maintained internally by
|
|
|
ddb60b |
the server that controls how the server processes the request. Any
|
|
|
ddb60b |
attribute that does not go in a packet on the network will generally
|
|
|
ddb60b |
be placed in the "control" list.
|
|
|
ddb60b |
@@ -397,7 +397,7 @@ Evaluates to true if 'foo' is a non-empty string (single quotes, double
|
|
|
ddb60b |
quotes, or back-quoted). Also evaluates to true if 'foo' is a
|
|
|
ddb60b |
non-zero number. Note that the language is poorly typed, so the
|
|
|
ddb60b |
string "0000" can be interpreted as a numerical zero. This issue can
|
|
|
ddb60b |
-be avoided by comparings strings to an empty string, rather than by
|
|
|
ddb60b |
+be avoided by comparing strings to an empty string, rather than by
|
|
|
ddb60b |
evaluating the string by itself.
|
|
|
ddb60b |
|
|
|
ddb60b |
If the word 'foo' is not a quoted string, then it can be taken as a
|
|
|
ddb60b |
@@ -854,7 +854,7 @@ failover tracking that nothing was done in the current section.
|
|
|
ddb60b |
.IP ok
|
|
|
ddb60b |
Instructs the server that the request was processed properly. This
|
|
|
ddb60b |
keyword can be used to over-ride earlier failures, if the local
|
|
|
ddb60b |
-administrator determines that the faiures are not catastrophic.
|
|
|
ddb60b |
+administrator determines that the failures are not catastrophic.
|
|
|
ddb60b |
.IP reject
|
|
|
ddb60b |
Causes the request to be immediately rejected
|
|
|
ddb60b |
.SH MODULE RETURN CODES
|
|
|
ddb60b |
diff --git a/man/man8/radcrypt.8 b/man/man8/radcrypt.8
|
|
|
ddb60b |
index 08336c66f2..2917f60c46 100644
|
|
|
ddb60b |
--- a/man/man8/radcrypt.8
|
|
|
ddb60b |
+++ b/man/man8/radcrypt.8
|
|
|
ddb60b |
@@ -30,7 +30,7 @@ Use a MD5 (Message Digest 5) hash.
|
|
|
ddb60b |
Ignored if performing a password check.
|
|
|
ddb60b |
.IP "\-c --check"
|
|
|
ddb60b |
Perform a validation check on a password hash to verify if it matches
|
|
|
ddb60b |
-the plantext password.
|
|
|
ddb60b |
+the plaintext password.
|
|
|
ddb60b |
|
|
|
ddb60b |
.SH EXAMPLES
|
|
|
ddb60b |
.nf
|
|
|
ddb60b |
diff --git a/man/man8/radiusd.8 b/man/man8/radiusd.8
|
|
|
ddb60b |
index 98aef5e1be..2ef5ccf789 100644
|
|
|
ddb60b |
--- a/man/man8/radiusd.8
|
|
|
ddb60b |
+++ b/man/man8/radiusd.8
|
|
|
ddb60b |
@@ -211,11 +211,11 @@ This file is usually static. It defines all the possible RADIUS attributes
|
|
|
ddb60b |
used in the other configuration files. You don't have to modify it.
|
|
|
ddb60b |
It includes other dictionary files in the same directory.
|
|
|
ddb60b |
.IP hints
|
|
|
ddb60b |
-Defines certain hints to the radius server based on the users's loginname
|
|
|
ddb60b |
+Defines certain hints to the radius server based on the users' loginname
|
|
|
ddb60b |
or other attributes sent by the access server. It also provides for
|
|
|
ddb60b |
mapping user names (such as Pusername -> username). This provides the
|
|
|
ddb60b |
functionality that the \fILivingston 2.0\fP server has as "Prefix" and
|
|
|
ddb60b |
-"Suffix" support in the \fIusers\fP file, but is more general. Ofcourse
|
|
|
ddb60b |
+"Suffix" support in the \fIusers\fP file, but is more general. Of course
|
|
|
ddb60b |
the Livingston way of doing things is also supported, and you can even use
|
|
|
ddb60b |
both at the same time (within certain limits).
|
|
|
ddb60b |
.IP huntgroups
|