Skip to content

Commit

Permalink
[docs] Added OpenWISP RADIUS module unified docs #205
Browse files Browse the repository at this point in the history
Closes #205
  • Loading branch information
pandafy authored Aug 24, 2024
1 parent c1422ca commit 89e85dd
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 79 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ modules/*
controller
monitoring
firmware-upgrader
radius
notifications
network-topology
users
Expand Down
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ modules:
dir_name: monitoring
- name: openwisp-firmware-upgrader
dir_name: firmware-upgrader
- name: openwisp-radius
dir_name: radius
- name: openwisp-notifications
dir_name: notifications
- name: openwisp-network-topology
Expand Down
4 changes: 2 additions & 2 deletions general/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Server Side
firmware upgrade solution for OpenWrt and potentially other embedded
OSes. Features include automatic retry for network failures, mass
upgrades, a REST API, and more.
- :doc:`OpenWISP RADIUS </user/radius>`: Offers a web interface to a
- :doc:`OpenWISP RADIUS </radius/index>`: Offers a web interface to a
FreeRADIUS database, a rich REST HTTP API, and features like user
self-registration, SMS verification, user import from CSV files,
event-based user generation, Captive Portal Social Login, and Captive
Expand Down Expand Up @@ -266,7 +266,7 @@ FreeRADIUS

`FreeRADIUS <https://freeradius.org/>`_ is the most popular open-source
implementation of the RADIUS protocol and is extensively relied upon in
:doc:`OpenWISP RADIUS </user/radius>`.
:doc:`OpenWISP RADIUS </radius/index>`.

Mesh Networking
~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Modules
monitoring/index
network-topology/index
firmware-upgrader/index
user/radius
radius/index
wifi-login-pages/index
ipam/index
notifications/index
Expand Down
16 changes: 16 additions & 0 deletions spelling_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ableist
ai
allauth
analytics
ansible
api
arp
auth
autocompletion
autoscale
backend
Expand All @@ -25,6 +27,7 @@ Chromedriver
ci
cidr
cli
CoA
codebase
config
configs
Expand All @@ -39,6 +42,7 @@ crontab
cryptographic
css
csv
csvfile
curl
customizable
customizations
Expand All @@ -49,6 +53,7 @@ debian
devops
differently
django
djangosaml
dns
dnscrypt
dnsmasq
Expand Down Expand Up @@ -85,6 +90,7 @@ github
gitlab
Gmail
googleapis
groupname
GSoC
gui
gzipped
Expand Down Expand Up @@ -154,6 +160,7 @@ modularity
monetizable
multitenant
mysql
nas
Nazionali
Netengine
netjson
Expand All @@ -177,6 +184,7 @@ pfSense
PKI
pluggable
Polyfills
postauth
postfix
postgresql
pppd
Expand All @@ -194,12 +202,14 @@ processed
progetti
programmatically
proxied
py
Pypi
python
QA
qualified
queryset
querysets
querystring
RADIUS
radsec
reassociation
Expand All @@ -211,6 +221,7 @@ respawn
reusability
rtt
runtime
saml
scalable
schemas
serializer
Expand Down Expand Up @@ -248,8 +259,10 @@ txtinfo
ubiquiti
ubuntu
udp
uid
unassign
uncheck
uncomment
Uncomment
unencrypted
unmanaged
Expand All @@ -261,16 +274,19 @@ untrusted
upgrader
upgraders
uptime
urlconf
utils
uwsgi
uWSGI
validator
verifiers
virtualbox
VNI
vpn
vpns
vxlan
webpack
webservers
Websocket
websocket
websockets
Expand Down
2 changes: 1 addition & 1 deletion tutorials/wpa-enterprise-eap-ttls-pap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Enable OpenWISP RADIUS
If you are following this tutorial on our :doc:`Demo System <./demo>`,
you can skip this step.

To use WPA2 Enterprise, the :doc:`RADIUS module </user/radius>` must be
To use WPA2 Enterprise, the :doc:`RADIUS module </radius/index>` must be
enabled first.

See :ref:`ansible_enabling_radius_module` in the Ansible OpenWISP role. In
Expand Down
2 changes: 1 addition & 1 deletion user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Depending on your use case, you might be interested in different features:
particularly useful.
- **WiFi Connectivity and Security**: If you're focused on providing WiFi
Hotspot connectivity or WPA Enterprise WiFi, take a look at the
:doc:`RADIUS </user/radius>` and :doc:`WiFi Login Pages
:doc:`RADIUS </radius/index>` and :doc:`WiFi Login Pages
</wifi-login-pages/index>` modules.

Additionally, we offer tutorials for the most common scenarios:
Expand Down
74 changes: 0 additions & 74 deletions user/radius.rst

This file was deleted.

0 comments on commit 89e85dd

Please sign in to comment.