Skip to content

Commit

Permalink
src: Add Eduroam network .config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pfl committed Jan 24, 2014
1 parent 0d7ad08 commit 63aeaf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/eduroam.config
@@ -0,0 +1,5 @@
[service_eduroam]
Type = wifi
Name = eduroam
EAP = peap
Phase2 = MSCHAPV2

0 comments on commit 63aeaf6

Please sign in to comment.