aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-07 10:29:08 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-07 10:29:08 +0000
commit571ad29507b5516de2271d5d9d82f0b1285e1d93 (patch)
treef9e38c89ba1845932ae062012ed460ad6557f251 /testing
parente44612c878efe6918d4a8bd65525b7a737fa34e7 (diff)
downloadstrongswan-571ad29507b5516de2271d5d9d82f0b1285e1d93.tar.bz2
strongswan-571ad29507b5516de2271d5d9d82f0b1285e1d93.tar.xz
wildcard matching in shared secrets not implemented yet
Diffstat (limited to 'testing')
-rw-r--r--testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql42
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql
index 0a5ada201..b0242f6e6 100644
--- a/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql
+++ b/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql
@@ -186,24 +186,6 @@ INSERT INTO shared_secrets (
1, X'bfe364c58f4b2d9bf08f8a820b6a3f806ad60c5d9ddb58cb'
);
-INSERT INTO shared_secrets (
- type, data
-) VALUES (
- 1, X'45a30759df97dc26a15b88ff'
-);
-
-INSERT INTO shared_secrets (
- type, data
-) VALUES (
- 1, 'This is a strong password'
-);
-
-INSERT INTO shared_secrets (
- type, data
-) VALUES (
- 1, 'My "home" is my "castle"!'
-);
-
INSERT INTO shared_secret_identity (
shared_secret, identity
) VALUES (
@@ -216,30 +198,6 @@ INSERT INTO shared_secret_identity (
1, 2
);
-INSERT INTO shared_secret_identity (
- shared_secret, identity
-) VALUES (
- 2, 1
-);
-
-INSERT INTO shared_secret_identity (
- shared_secret, identity
-) VALUES (
- 2, 3
-);
-
-INSERT INTO shared_secret_identity (
- shared_secret, identity
-) VALUES (
- 3, 2
-);
-
-INSERT INTO shared_secret_identity (
- shared_secret, identity
-) VALUES (
- 4, 3
-);
-
/* Configurations */
INSERT INTO ike_configs (