diff options
author | Martin Willi <martin@revosec.ch> | 2010-07-13 14:28:11 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-07-13 14:28:11 +0200 |
commit | 15d9904406cb8b1ce13a5d69bbd1e8707d62a118 (patch) | |
tree | 58f13f9034a48bb3458446e043b746a9aa272251 /src | |
parent | 7f3a9468747df99b9cbd7a6d1afd6bb135cf869c (diff) | |
download | strongswan-15d9904406cb8b1ce13a5d69bbd1e8707d62a118.tar.bz2 strongswan-15d9904406cb8b1ce13a5d69bbd1e8707d62a118.tar.xz |
Remove plugin load directives from default strongswan.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/strongswan.conf | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/strongswan.conf b/src/strongswan.conf index 0ec4ae9ef..0d82dedfa 100644 --- a/src/strongswan.conf +++ b/src/strongswan.conf @@ -4,30 +4,27 @@ charon { # number of worker threads in charon threads = 16 - - # plugins to load in charon - # load = aes des sha1 md5 sha2 hmac gmp random pubkey xcbc x509 stroke - + + # send strongswan vendor ID? + # send_vendor_id = yes + plugins { sql { # loglevel to log into sql database loglevel = -1 - + # URI to the database # database = sqlite:///path/to/file.db # database = mysql://user:password@localhost/database } } - + # ... } pluto { - # plugins to load in pluto - # load = aes des sha1 md5 sha2 hmac gmp random pubkey - } libstrongswan { |