Annotation of embedaddon/strongswan/conf/plugins/attr-sql.conf, revision 1.1
1.1 ! misho 1: attr-sql {
! 2:
! 3: # Release all online leases during startup. Disable this to share the DB
! 4: # between multiple VPN gateways.
! 5: # crash_recovery = yes
! 6:
! 7: # Database URI for attr-sql plugin used by charon. If it contains a
! 8: # password, make sure to adjust the permissions of the config file
! 9: # accordingly.
! 10: # database =
! 11:
! 12: # Enable logging of SQL IP pool leases.
! 13: # lease_history = yes
! 14:
! 15: # Whether to load the plugin. Can also be an integer to increase the
! 16: # priority of this plugin.
! 17: load = yes
! 18:
! 19: }
! 20:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>