diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-09-01 00:16:19 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-09-01 00:16:19 +0200 |
commit | 873604dd7f029682a30a6b6583f1cf5e9d79c2b8 (patch) | |
tree | 81efd6803b79ba6579c7c0bce3094e3f764e5f2f | |
parent | 3a0190806061fbf909490167f25eea34cc629cdf (diff) | |
download | strongswan-873604dd7f029682a30a6b6583f1cf5e9d79c2b8.tar.bz2 strongswan-873604dd7f029682a30a6b6583f1cf5e9d79c2b8.tar.xz |
defined aaa_identity
3 files changed, 6 insertions, 2 deletions
diff --git a/testing/tests/ikev2/rw-eap-tls-radius/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/rw-eap-tls-radius/hosts/carol/etc/ipsec.conf index cf26e1273..ac6052845 100755 --- a/testing/tests/ikev2/rw-eap-tls-radius/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-eap-tls-radius/hosts/carol/etc/ipsec.conf @@ -2,6 +2,7 @@ config setup plutostart=no + charondebug="tls 2, ike 2" conn %default ikelifetime=60m @@ -19,4 +20,5 @@ conn home rightid="C=CH, O=Linux strongSwan, CN=moon.strongswan.org" rightsubnet=10.1.0.0/16 rightauth=pubkey + aaa_identity="C=CH, O=Linux strongSwan, CN=aaa.strongswan.org" auto=add diff --git a/testing/tests/ikev2/rw-eap-ttls-radius/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/rw-eap-ttls-radius/hosts/carol/etc/ipsec.conf index 10b5579e1..73691054d 100755 --- a/testing/tests/ikev2/rw-eap-ttls-radius/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-eap-ttls-radius/hosts/carol/etc/ipsec.conf @@ -2,7 +2,7 @@ config setup plutostart=no - charondebug="ike 2" + charondebug="tls 2, ike 2" conn %default ikelifetime=60m @@ -20,4 +20,5 @@ conn home rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 rightauth=pubkey + aaa_identity="C=CH, O=Linux strongSwan, CN=aaa.strongswan.org" auto=add diff --git a/testing/tests/ikev2/rw-eap-ttls-radius/hosts/dave/etc/ipsec.conf b/testing/tests/ikev2/rw-eap-ttls-radius/hosts/dave/etc/ipsec.conf index c581d1bf6..6be44f7e7 100755 --- a/testing/tests/ikev2/rw-eap-ttls-radius/hosts/dave/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-eap-ttls-radius/hosts/dave/etc/ipsec.conf @@ -2,7 +2,7 @@ config setup plutostart=no - charondebug="ike 2" + charondebug="tls 2, ike 2" conn %default ikelifetime=60m @@ -20,4 +20,5 @@ conn home rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 rightauth=pubkey + aaa_identity="C=CH, O=Linux strongSwan, CN=aaa.strongswan.org" auto=add |