From: Matthew Newton Date: Tue, 25 Sep 2018 20:23:51 +0000 (+0100) Subject: fix links X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8005fb2fcf69af48adfda2c7405257e38b722f3;p=thirdparty%2Ffreeradius-server.git fix links --- diff --git a/raddb/README.md b/raddb/README.md index de6d02c5ddd..a7f5b927bfa 100644 --- a/raddb/README.md +++ b/raddb/README.md @@ -28,8 +28,8 @@ in v3 and earlier releases, we had the following limitations: All of these limitations and more have been removed. The downside of these changes is that the some of the configuration has been changed. -Please see the `UPGRADE.md` file for instructions on how to migrate a -v3 configuration to v4. +Please see the [`UPGRADE.md`](UPGRADE.md) file for instructions on +how to migrate a v3 configuration to v4. ## Configuring the server @@ -60,11 +60,11 @@ than to make massive changes, and then to spend weeks debugging it. The files in this directory are organized into logical groups, as follows. -* `mods-available` - [Available modules](mods-available/README.adoc), with example configuration. +* `mods-available/` - [Available modules](mods-available/README.md), with example configuration. -* `mods-enabled/` - Enabled modules that are being used by FreeRADIUSx. +* `mods-enabled/` - Enabled modules that are being used by FreeRADIUS. -* `sites-available/` - [Available virtual servers](sites-available/README.adoc), with example configuration. +* `sites-available/` - [Available virtual servers](sites-available/README.md), with example configuration. * `sites-enabled/` - Enabled virtual servers that are being used by FreeRADIUS. @@ -146,7 +146,8 @@ Note that unlike v3, there are no longer any `authorize`, been renamed. This change was necessary in order to simplify the operation of the server, and to better support multiple protocols. -Please see the `UPGRADE.md` file for more information about these changes. +Please see the [`UPGRADE.md`](UPGRADE.md) file for more +information about these changes. The `sites-available/` directory contains many files. Each file is a worked example of how to achieve a particular goal using FreeRADIUS. diff --git a/raddb/UPGRADE.md b/raddb/UPGRADE.md index 95414cd366d..c51a164fd3b 100644 --- a/raddb/UPGRADE.md +++ b/raddb/UPGRADE.md @@ -14,6 +14,8 @@ In general, we have the following changes: * Packet processing sections are now `recv Access-Request`, etc. Not `authorize`, etc. * each `listen` section needs to be converted to the v4 format +## Upgrading from older versions + ### Upgrading from v3 When upgrading, please start with the default configuration of v4. @@ -47,8 +49,9 @@ last in any `send Access-Reject section. The `log` section has been updated to remove many configuration items which are specific to RADIUS, and to Access-Request packets. Please see `sites-available/default`, and look for the `Access-Request` -subsection there. See also `templates.conf` for a way to regain one -global configuration for Access-Request packets. +subsection there. See also [`templates.conf`](templates.conf) for +a way to regain one global configuration for Access-Request +packets. ## Virtual Servers @@ -503,7 +506,7 @@ All data received from the network is marked "tainted" by default. ### rlm_rest `REST-HTTP-Code` is now inserted into the `&request:` list instead of the `&reply:` -list, to be compliant with the [list usage](http://wiki.freeradius.org/contributing/List-Usage) guidelines. +list, to be compliant with the [list usage](http://wiki.freeradius.org/guide/List-Usage) guidelines. ### rlm_sql