File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / sql.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (5 years, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>