Annotation of embedaddon/strongswan/conf/options/imcv.opt, revision 1.1.1.1

1.1       misho       1: charon.imcv {}
                      2:        Defaults for options in this section can be configured in the _libimcv_
                      3:        section.
                      4: 
                      5: charon.imcv.assessment_result = yes
                      6:        Whether IMVs send a standard IETF Assessment Result attribute.
                      7: 
                      8: charon.imcv.database =
                      9:        Global IMV policy database URI. If it contains a password, make sure to
                     10:        adjust the permissions of the config file accordingly.
                     11: 
                     12: charon.imcv.os_info.name =
                     13:        Manually set the name of the client OS (e.g. Ubuntu).
                     14: 
                     15: charon.imcv.os_info.version =
                     16:        Manually set the version of the client OS (e.g. 12.04 i686).
                     17: 
                     18: charon.imcv.os_info.default_password_enabled = no
                     19:        Manually set whether a default password is enabled
                     20: 
                     21: charon.imcv.policy_script = ipsec _imv_policy
                     22:        Script called for each TNC connection to generate IMV policies.
                     23: 
                     24: libimcv.swid_gen.command = /usr/local/bin/swid_generator
                     25:        SWID generator command to be executed.
                     26: 
                     27: libimcv.swid_gen.tag_creator.name = strongSwan Project
                     28:        Name of the tagCreator entity.
                     29: 
                     30: libimcv.swid_gen.tag_creator.regid = strongswan.org
                     31:        regid of the tagCreator entity.
                     32: 
                     33: libimcv.debug_level = 1
                     34:        Debug level for a stand-alone _libimcv_ library.
                     35: 
                     36: libimcv.load = random nonce gmp pubkey x509
                     37:        Plugins to load in IMC/IMVs with stand-alone _libimcv_ library.
                     38: 
                     39: libimcv.stderr_quiet = no
                     40:        Disable output to stderr with a stand-alone _libimcv_ library.

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