Skip to content
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

Merged
merged 7 commits into from
Jul 3, 2024

Conversation

pandafy
Copy link
Member

@pandafy pandafy commented May 15, 2024

Closes #184

@pandafy pandafy force-pushed the issues/184-wpa-enterprise branch from 1ee4e72 to 93025a4 Compare May 17, 2024 21:35
@pandafy pandafy force-pushed the issues/184-wpa-enterprise branch from 93025a4 to a0d06a4 Compare May 21, 2024 08:48
Copy link
Member

@nemesifier nemesifier left a 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.

@pandafy pandafy force-pushed the issues/184-wpa-enterprise branch from c8e5d11 to 7e2c779 Compare May 23, 2024 07:27
Copy link
Member

@nemesifier nemesifier left a 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.

Comment on lines 15 to 17
Enabled OpenWISP RADIUS
~~~~~~~~~~~~~~~~~~~~~~~

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Enabled OpenWISP RADIUS
~~~~~~~~~~~~~~~~~~~~~~~
Enable OpenWISP RADIUS
~~~~~~~~~~~~~~~~~~~~~~

"mode": "0700",
"contents": "#!/bin/sh\n\n# Ensure radio0 is enabled \nuci set wireless.radio0.disabled='0'\nuci commit wireless"
}
]
Copy link
Member

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.

"maclist": []
},
"type": "wireless",
"name": "wlan0",
Copy link
Member

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.

Copy link
Member

@nemesifier nemesifier left a 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.

@pandafy pandafy force-pushed the issues/184-wpa-enterprise branch from 9fa57aa to ae3fd69 Compare July 3, 2024 09:17
@nemesifier nemesifier merged commit 4debe7d into master Jul 3, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Add WPA2 Enterprise TTLS-PAP tutorial
2 participants