~ubuntu-branches/ubuntu/precise/strongswan/precise

« back to all changes in this revision

Viewing changes to testing/tests/sql/rw-psk-rsa-split/hosts/carol/etc/ipsec.d/data.sql

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-10-18 10:19:52 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101018101952-zqd04yd4jvls81mj
Tags: 4.4.1-5ubuntu1
* Merge from debian unstable. Remaining change
  - Build depend on libnm-glib-dev instead of libnm-glib-vpn-dev to
    match the network manager package naming in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
INSERT INTO identities (
10
10
  type, data
 
11
) VALUES ( /* subjkey of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
 
12
  11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def'
 
13
 );
 
14
 
 
15
INSERT INTO identities (
 
16
  type, data
11
17
) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
12
 
  11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def'
 
18
  11, X'ae096b87b44886d3b820978623dabd0eae22ebbc'
13
19
 );
14
20
 
15
21
INSERT INTO identities (
44
50
  1, 2
45
51
);
46
52
 
 
53
INSERT INTO certificate_identity (
 
54
  certificate, identity
 
55
) VALUES (
 
56
  1, 3
 
57
);
 
58
 
47
59
/* Shared Secrets */
48
60
 
49
61
INSERT INTO shared_secrets (
55
67
INSERT INTO shared_secret_identity (
56
68
  shared_secret, identity
57
69
) VALUES (
58
 
  1, 3
 
70
  1, 4 
59
71
);
60
72
 
61
73
INSERT INTO shared_secret_identity (
62
74
  shared_secret, identity
63
75
) VALUES (
64
 
  1, 4
 
76
  1, 5 
65
77
);
66
78
 
67
79
/* Configurations */
75
87
INSERT INTO peer_configs (
76
88
  name, ike_cfg, local_id, remote_id, auth_method
77
89
) VALUES (
78
 
  'home', 1, 3, 4, 2
 
90
  'home', 1, 4, 5, 2
79
91
);
80
92
 
81
93
INSERT INTO child_configs (