Annotation of embedaddon/strongswan/conf/plugins/sql.conf, revision 1.1
1.1 ! misho 1: sql {
! 2:
! 3: # Database URI for charon's SQL plugin. If it contains a password, make sure
! 4: # to adjust the permissions of the config file accordingly.
! 5: # database =
! 6:
! 7: # Whether to load the plugin. Can also be an integer to increase the
! 8: # priority of this plugin.
! 9: load = yes
! 10:
! 11: # Loglevel for logging to SQL database.
! 12: # loglevel = -1
! 13:
! 14: }
! 15:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>