Summary: | Add an eduroam configuration example to wpa_supplicant.conf.5 | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Mateusz Piotrowski <0mp> | ||||
Component: | bin | Assignee: | Conrad Meyer <cem> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | cem | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Looks good to me. You have a commit bit, right? If it's a ports bit and you need a src or doc committer blessing, consider it blessed. (In reply to Conrad Meyer from comment #1) Unfortunately, I am not a committer, so I cannot commit on my own... ;) (In reply to Mateusz Piotrowski from comment #2) Oh, I was confused by your @FreeBSD address and beastie orb :-). I will go ahead and commit the patch, thanks. (In reply to Conrad Meyer from comment #3) Thanks! A commit references this bug: Author: cem Date: Mon Mar 26 22:10:20 UTC 2018 New revision: 331596 URL: https://svnweb.freebsd.org/changeset/base/331596 Log: wpa_supplicant.conf.5: Document minimal eduroam configuration PR: 226939 Submitted by: Mateusz Piotrowski (0mp@) Sponsored by: Dell EMC Isilon Changes: head/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 |
Created attachment 191829 [details] Patch adding an eduroam configuration example to wpa_supplicant.conf.5 eduroam is an international roaming service used across many universities around the world. Most universities provide no FreeBSD installers to automatically connect to eduroam. I think that we would benefit from documenting a tested configuration to the wpa_supplicant.conf(5) manual page. It just makes FreeBSD a little bit more user-friendly. Changes: * Bump the last modification date. * Add an eduroam example configuration to the examples section. * While here: use spaces instead of tabs consistently in the examples of network configurations.