~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to src/tests/eap-ttls-eap-mschapv2.conf

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#   eapol_test -c eap-ttls-mschapv2.conf -s testing123
 
3
#
 
4
network={
 
5
        ssid="example"
 
6
        key_mgmt=WPA-EAP
 
7
        eap=TTLS
 
8
        identity="bob"
 
9
        anonymous_identity="anonymous"
 
10
        password="bob"
 
11
        phase2="autheap=MSCHAPV2"
 
12
}