98 lines
3.1 KiB
Diff
98 lines
3.1 KiB
Diff
|
From afb196b29606aafb5030e8c7ea414a4bd494cbc0 Mon Sep 17 00:00:00 2001
|
||
|
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
|
||
|
Date: Fri, 14 Sep 2018 12:20:11 +0300
|
||
|
Subject: [PATCH] man: Add missing option descriptions
|
||
|
|
||
|
---
|
||
|
man/man8/raddebug.8 | 4 ++++
|
||
|
man/man8/radiusd.8 | 7 +++++++
|
||
|
man/man8/radmin.8 | 4 ++++
|
||
|
3 files changed, 15 insertions(+)
|
||
|
|
||
|
diff --git a/man/man8/raddebug.8 b/man/man8/raddebug.8
|
||
|
index 66e80e64fa..6e27e2453c 100644
|
||
|
--- a/man/man8/raddebug.8
|
||
|
+++ b/man/man8/raddebug.8
|
||
|
@@ -7,6 +7,8 @@ raddebug - Display debugging output from a running server.
|
||
|
.IR condition ]
|
||
|
.RB [ \-d
|
||
|
.IR config_directory ]
|
||
|
+.RB [ \-D
|
||
|
+.IR dictionary_directory ]
|
||
|
.RB [ \-n
|
||
|
.IR name ]
|
||
|
.RB [ \-i
|
||
|
@@ -73,6 +75,8 @@ option is equivalent to using:
|
||
|
.IP "\-d \fIconfig directory\fP"
|
||
|
The radius configuration directory, usually /etc/raddb. See the
|
||
|
\fIradmin\fP manual page for more description of this option.
|
||
|
+.IP "\-D \fIdictionary directory\fP"
|
||
|
+Set main dictionary directory. Defaults to \fI/usr/share/freeradius\fP.
|
||
|
.IP "\-n \fImname\fP"
|
||
|
Read \fIraddb/name.conf\fP instead of \fIraddb/radiusd.conf\fP.
|
||
|
.IP \-I\ \fIipv6-address\fP
|
||
|
diff --git a/man/man8/radiusd.8 b/man/man8/radiusd.8
|
||
|
index c825f22d0d..98aef5e1be 100644
|
||
|
--- a/man/man8/radiusd.8
|
||
|
+++ b/man/man8/radiusd.8
|
||
|
@@ -6,6 +6,8 @@ radiusd - Authentication, Authorization and Accounting server
|
||
|
.RB [ \-C ]
|
||
|
.RB [ \-d
|
||
|
.IR config_directory ]
|
||
|
+.RB [ \-D
|
||
|
+.IR dictionary_directory ]
|
||
|
.RB [ \-f ]
|
||
|
.RB [ \-h ]
|
||
|
.RB [ \-i
|
||
|
@@ -17,6 +19,7 @@ radiusd - Authentication, Authorization and Accounting server
|
||
|
.IR name ]
|
||
|
.RB [ \-p
|
||
|
.IR port ]
|
||
|
+.RB [ \-P ]
|
||
|
.RB [ \-s ]
|
||
|
.RB [ \-t ]
|
||
|
.RB [ \-v ]
|
||
|
@@ -55,6 +58,8 @@ configuration, and which modules are skipped, and therefore not checked.
|
||
|
.IP "\-d \fIconfig directory\fP"
|
||
|
Defaults to \fI/etc/raddb\fP. \fBRadiusd\fP looks here for its configuration
|
||
|
files such as the \fIdictionary\fP and the \fIusers\fP files.
|
||
|
+.IP "\-D \fIdictionary directory\fP"
|
||
|
+Set main dictionary directory. Defaults to \fI/usr/share/freeradius\fP.
|
||
|
.IP \-f
|
||
|
Do not fork, stay running as a foreground process.
|
||
|
.IP \-h
|
||
|
@@ -84,6 +89,8 @@ When this command-line option is given, all "listen" sections in
|
||
|
\fIradiusd.conf\fP are ignored.
|
||
|
|
||
|
This option MUST be used in conjunction with "-i".
|
||
|
+.IP "\-P
|
||
|
+Always write out PID, even with -f.
|
||
|
.IP \-s
|
||
|
Run in "single server" mode. The server normally runs with multiple
|
||
|
threads and/or processes, which can lower its response time to
|
||
|
diff --git a/man/man8/radmin.8 b/man/man8/radmin.8
|
||
|
index 5ecc963d81..5bf661fa71 100644
|
||
|
--- a/man/man8/radmin.8
|
||
|
+++ b/man/man8/radmin.8
|
||
|
@@ -5,6 +5,8 @@ radmin - FreeRADIUS Administration tool
|
||
|
.B radmin
|
||
|
.RB [ \-d
|
||
|
.IR config_directory ]
|
||
|
+.RB [ \-D
|
||
|
+.IR dictionary_directory ]
|
||
|
.RB [ \-e
|
||
|
.IR command ]
|
||
|
.RB [ \-E ]
|
||
|
@@ -34,6 +36,8 @@ The following command-line options are accepted by the program.
|
||
|
Defaults to \fI/etc/raddb\fP. \fBradmin\fP looks here for the server
|
||
|
configuration files to find the "listen" section that defines the
|
||
|
control socket filename.
|
||
|
+.IP "\-D \fIdictionary directory\fP"
|
||
|
+Set main dictionary directory. Defaults to \fI/usr/share/freeradius\fP.
|
||
|
.IP "\-e \fIcommand\fP"
|
||
|
Run \fIcommand\fP and exit.
|
||
|
.IP \-E
|
||
|
--
|
||
|
2.18.0
|
||
|
|