~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to testing/tests/ikev2/rw-eap-md5-radius/hosts/moon/etc/strongswan.conf

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /etc/strongswan.conf - strongSwan configuration file
 
2
 
 
3
charon {
 
4
  load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapradius updown
 
5
  plugins {
 
6
    eap_radius {
 
7
      secret = gv6URkSs 
 
8
      server = PH_IP_ALICE
 
9
    }
 
10
  }
 
11
}