Annotation of embedaddon/strongswan/conf/plugins/imc-hcd.opt, revision 1.1

1.1     ! misho       1: libimcv.plugins.imc-hcd.push_info = yes
        !             2:        Send quadruple info without being prompted.
        !             3: 
        !             4: libimcv.plugins.imc-hcd.subtypes
        !             5:        Section to define PWG HCD PA subtypes.
        !             6: 
        !             7: libimcv.plugins.imc-hcd.subtypes.<section>
        !             8:        Defines a PWG HCD PA subtype section. Recognized subtype section names are
        !             9:        _system_, _control_, _marker_, _finisher_, _interface_ and _scanner_.
        !            10: 
        !            11: libimcv.plugins.imc-hcd.subtypes.<section>.attributes_natural_language = en
        !            12:        Variable length natural language tag conforming to RFC 5646 specifies
        !            13:        the language to be used in the health assessment message of a given subtype.
        !            14: 
        !            15: libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>
        !            16:        Defines a software type section. Recognized software type section names are
        !            17:        _firmware_, _resident_application_ and _user_application_.
        !            18: 
        !            19: libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>
        !            20:        Defines a software section having an arbitrary name.
        !            21: 
        !            22: libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.name
        !            23:        Name of the software installed on the hardcopy device.
        !            24: 
        !            25: libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.patches
        !            26:        String describing all patches applied to the given software on this
        !            27:        hardcopy device. The individual patches are separated by a newline
        !            28:        character '\\n'.
        !            29: 
        !            30: libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.string_version
        !            31:        String describing the version of the given software on this hardcopy device.
        !            32: 
        !            33: libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.version
        !            34:        Hex-encoded version string with a length of 16 octets consisting of the
        !            35:        fields major version number (4 octets), minor version number (4 octets),
        !            36:        build number (4 octets), service pack major number (2 octets) and service
        !            37:        pack minor number (2 octets).
        !            38: 
        !            39: libimcv.plugins.imc-hcd.subtypes.system.certification_state
        !            40:        Hex-encoded certification state.
        !            41: 
        !            42: libimcv.plugins.imc-hcd.subtypes.system.configuration_state
        !            43:        Hex-encoded configuration state.
        !            44: 
        !            45: libimcv.plugins.imc-hcd.subtypes.system.machine_type_model
        !            46:        String specifying the machine type and model of the hardcopy device.
        !            47: 
        !            48: libimcv.plugins.imc-hcd.subtypes.system.pstn_fax_enabled = no
        !            49:        Specifies if a PSTN facsimile interface is installed and enabled on the
        !            50:        hardcopy device.
        !            51: 
        !            52: libimcv.plugins.imc-hcd.subtypes.system.time_source
        !            53:        String specifying the hostname of the network time server used by the
        !            54:        hardcopy device.
        !            55: 
        !            56: libimcv.plugins.imc-hcd.subtypes.system.user_application_enabled = no
        !            57:        Specifies if users can dynamically download and execute applications on
        !            58:        the hardcopy device.
        !            59: 
        !            60: libimcv.plugins.imc-hcd.subtypes.system.user_application_persistence_enabled = no
        !            61:        Specifies if user dynamically downloaded applications can persist outside
        !            62:        the boundaries of a single job on the hardcopy device.
        !            63: 
        !            64: libimcv.plugins.imc-hcd.subtypes.system.vendor_name
        !            65:        String specifying the manufacturer of the hardcopy device.
        !            66: 
        !            67: libimcv.plugins.imc-hcd.subtypes.system.vendor_smi_code
        !            68:        Integer specifying the globally unique 24-bit SMI code assigned to the
        !            69:        manufacturer of the hardcopy device.
        !            70: 
        !            71: 

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