diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-14 04:33:17 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-14 04:33:17 +0000 |
commit | acda610cbbefbf3c401e4f50717d93accbe91a79 (patch) | |
tree | 3043de7763341b3ed20b760e95715ee31c8c06c1 /testing/tests/ikev2/rw-eap-sim-rsa | |
parent | ff41ca0dc44a87047372386d3a481eb7030cc6d1 (diff) | |
download | strongswan-acda610cbbefbf3c401e4f50717d93accbe91a79.tar.bz2 strongswan-acda610cbbefbf3c401e4f50717d93accbe91a79.tar.xz |
fixed suppression of cert requests in eap-sim and eap-aka scenarios
Diffstat (limited to 'testing/tests/ikev2/rw-eap-sim-rsa')
-rwxr-xr-x | testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/ipsec.conf | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/ipsec.conf index c2fe02639..2af93a313 100755 --- a/testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/ipsec.conf @@ -19,5 +19,4 @@ conn home right=PH_IP_MOON rightid=@moon.strongswan.org rightsubnet=10.1.0.0/16 - rightsendcert=never auto=add diff --git a/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/ipsec.conf index 3f88b2ade..509deb945 100755 --- a/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/ipsec.conf @@ -21,4 +21,5 @@ conn rw-eapsim leftfirewall=yes rightid=*@strongswan.org right=%any + rightsendcert=never auto=add |