aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-07 07:21:06 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-07 07:21:06 +0000
commitdecfd8e546c29b87964c736821f900291e9c6fc2 (patch)
tree36921b45fa01456fcb6efe1a3faf88ffd16dab9e /testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf
parent480297b8830946cb66a598f49e8bfe78b4819629 (diff)
downloadstrongswan-decfd8e546c29b87964c736821f900291e9c6fc2.tar.bz2
strongswan-decfd8e546c29b87964c736821f900291e9c6fc2.tar.xz
moved strongswan.conf to /etc
Diffstat (limited to 'testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf')
-rw-r--r--testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf b/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf
new file mode 100644
index 000000000..8ccb5fe20
--- /dev/null
+++ b/testing/tests/sql/net2net-psk/hosts/sun/etc/strongswan.conf
@@ -0,0 +1,9 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon {
+ plugins {
+ sql {
+ database = sqlite:///etc/ipsec.d/ipsec.db
+ }
+ }
+}