File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / attr-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 (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

attr-sql {

    # Release all online leases during startup.  Disable this to share the DB
    # between multiple VPN gateways.
    # crash_recovery = yes

    # Database URI for attr-sql plugin used by charon. If it contains a
    # password, make sure to adjust the permissions of the config file
    # accordingly.
    # database =

    # Enable logging of SQL IP pool leases.
    # lease_history = yes

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

}


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>