Remove plugin load directives from default strongswan.conf

This commit is contained in:
Martin Willi 2010-07-13 14:28:11 +02:00
parent 7f3a946874
commit 15d9904406
1 changed files with 6 additions and 9 deletions

View File

@ -4,30 +4,27 @@ charon {
# number of worker threads in charon # number of worker threads in charon
threads = 16 threads = 16
# plugins to load in charon # send strongswan vendor ID?
# load = aes des sha1 md5 sha2 hmac gmp random pubkey xcbc x509 stroke # send_vendor_id = yes
plugins { plugins {
sql { sql {
# loglevel to log into sql database # loglevel to log into sql database
loglevel = -1 loglevel = -1
# URI to the database # URI to the database
# database = sqlite:///path/to/file.db # database = sqlite:///path/to/file.db
# database = mysql://user:password@localhost/database # database = mysql://user:password@localhost/database
} }
} }
# ... # ...
} }
pluto { pluto {
# plugins to load in pluto
# load = aes des sha1 md5 sha2 hmac gmp random pubkey
} }
libstrongswan { libstrongswan {