---
Its probably more user friendly to create an installable .config file for
the Eduroam network.
Patrik
Makefile.am | 3 ++-
src/eduroam.config | 5 +++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 src/eduroam.config
diff --git a/Makefile.am b/Makefile.am
index 283e324..2a26ad8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -375,7 +375,8 @@ EXTRA_DIST += doc/overview-api.txt doc/behavior-api.txt \
doc/vpn-manager-api.txt doc/vpn-overview.txt \
doc/session-policy-format.txt
-EXTRA_DIST += src/main.conf
+EXTRA_DIST += src/main.conf \
+ src/eduroam.config
MANUAL_PAGES += doc/connman.8 doc/connman.conf.5
diff --git a/src/eduroam.config b/src/eduroam.config
new file mode 100644
index 0000000..768b7b4
--- /dev/null
+++ b/src/eduroam.config
@@ -0,0 +1,5 @@
+[service_eduroam]
+Type = wifi
+Name = eduroam
+EAP = peap
+Phase2 = MSCHAPV2
--
1.8.5.2
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman