Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > contrib-updates > by-pkgid > ea9991ce7ea6edf965c01d212b89d389 > files > 11

strongswan-4.2.10-1mdv2008.1.i586.rpm

# strongswan.conf - strongSwan configuration file

charon {

	# number of worker threads in charon
	threads = 16
	
	# plugins to load in charon
	# load = aes des gmp hmac md5 random sha1 sha2 pubkey xcbc x509 stroke
	
	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
		}
	}
	
	# ...
}