-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[docs] Added tutorial for WPA Enterprise #184 #194
Conversation
1ee4e72
to
93025a4
Compare
93025a4
to
a0d06a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the QA checks.
c8e5d11
to
7e2c779
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great progress @pandafy! See my comments below.
tutorials/wpa-enterprise.rst
Outdated
Enabled OpenWISP RADIUS | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enabled OpenWISP RADIUS | |
~~~~~~~~~~~~~~~~~~~~~~~ | |
Enable OpenWISP RADIUS | |
~~~~~~~~~~~~~~~~~~~~~~ |
tutorials/wpa-enterprise.rst
Outdated
"mode": "0700", | ||
"contents": "#!/bin/sh\n\n# Ensure radio0 is enabled \nuci set wireless.radio0.disabled='0'\nuci commit wireless" | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation seems inconsistent: here it's 2 spaces, above is 4. Make it consistent.
tutorials/wpa-enterprise.rst
Outdated
"maclist": [] | ||
}, | ||
"type": "wireless", | ||
"name": "wlan0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest renaming this to avoid potential conflicts with other templates which may be assigned simultaneously to a device, wlan0
is very common. I should have done this also for the mesh tutorial, but it occurred to me only now when I thought I would try this template simultaneously with the mesh template, but it won't work. Please update the demo fixture as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update the template used in the tutorial feature the {{ mac_address }}
variable and explain why it's needed: without this, it's not possible to trace which device is being used in RADIUS accounting stats.
9fa57aa
to
ae3fd69
Compare
Closes #184