Blame SOURCES/freeradius-man-remove-client-attribute-description.patch

75e927
From ca2eedaad0bc27dd6a540e61c583f0b745641a84 Mon Sep 17 00:00:00 2001
75e927
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
75e927
Date: Tue, 2 Dec 2014 16:39:28 +0200
75e927
Subject: [PATCH 1/2] man: Remove client attribute description
75e927
75e927
Remove attribute description from clients.conf(5) source as it is
75e927
outdated, lists just a few attributes and wasn't updated for more than a
75e927
year. Refer to clients.conf file itself, instead.
75e927
---
75e927
 man/man5/clients.conf.5 | 74 +++----------------------------------------------
75e927
 1 file changed, 4 insertions(+), 70 deletions(-)
75e927
75e927
diff --git a/man/man5/clients.conf.5 b/man/man5/clients.conf.5
75e927
index 9af246a..f9207d1 100644
75e927
--- a/man/man5/clients.conf.5
75e927
+++ b/man/man5/clients.conf.5
75e927
@@ -26,76 +26,10 @@ client <short-name> {
75e927
        <attribute> = <value>
75e927
  }
75e927
 .fi
75e927
-.SH ATTRIBUTES
75e927
-The attributes that can appear in a 
75e927
-.B client
75e927
-section are listed below. Required attributes are labelled as
75e927
-such. All other attributes are optional.
75e927
-.TP 0.5i
75e927
-.B ipaddr [Required]
75e927
-The IP address of the client.  For IPv6, use "ipv6addr"
75e927
-.TP 0.5i
75e927
-.B secret [Required]
75e927
-The RADIUS shared secret used for communication between the client/NAS
75e927
-and the RADIUS server.
75e927
-.TP 0.5i
75e927
-.B shortname [optional]
75e927
-A short alias that can be used in place of the IP address or fully
75e927
-qualified hostname provided in the first line of the section.
75e927
-.TP 0.5i
75e927
-.B nas_type
75e927
-The nas_type attribute is used to tell the 
75e927
-.BR checkrad.pl
75e927
-script which NAS-specific method it should use when checking
75e927
-simultaneous use.
75e927
-
75e927
-The following values are currently recognized:
75e927
-.nf
75e927
-cisco
75e927
-computone
75e927
-livingston
75e927
-max40xx
75e927
-multitech
75e927
-netserver
75e927
-pathras
75e927
-patton
75e927
-portslave
75e927
-tc
75e927
-usrhiper
75e927
-other
75e927
-.fi
75e927
-.TP 0.5i
75e927
-.B login
75e927
-Reserved for future use.
75e927
-.TP 0.5i
75e927
-.B password
75e927
-Reserved for future use.
75e927
-.SH EXAMPLES
75e927
-.IP
75e927
-.nf
75e927
-client localhost {
75e927
-        ipaddr          = 127.0.0.1
75e927
-        secret          = testing123
75e927
-        shortname       = localhost
75e927
-        nas_type         = other     
75e927
-}
75e927
-.fi
75e927
-.LP
75e927
-This adds a client for the loopback address. This is useful in testing
75e927
-the 
75e927
-server locally, for example with 
75e927
-.BR radclient (1).
75e927
-.IP
75e927
-.nf
75e927
-client private-network-1 {
75e927
-        ipaddr          = 192.0.2.0
75e927
-        netmask         = 24
75e927
-        secret          = testing123-1
75e927
-        shortname       = private-network-1
75e927
-}
75e927
-.fi
75e927
-.LP
75e927
-This entry represents any client from the 192.0.2.0/24 network. 
75e927
+.PP
75e927
+Clients have many configuration parameters. Most are documented in the file
75e927
+itself as comments. This page documents only the format of the file. Please
75e927
+read the \fBclients.conf\fP file itself for more information.
75e927
 
75e927
 The old-style format from 1.x is still accepted by the server, but
75e927
 that form is deprecated.
75e927
-- 
75e927
2.1.3
75e927