| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I'm trying to integrate integrity and secure client. In the documentation it says to add these parameters to the local.scv file. I'm having issues with the scv editor seeing the file correctly I think it has to do with the formatting of the text and where the parenths go. If anyone has any ideas i could use the help. Thanks. : (ZoneLabs :type (plugin) :parameters ( :ScanInterval (60) :Version ("5.0") :IntegrityRequired (1) :PRORequired (0) :ZAPRequired (0) :PrivacyRequired (0) :ContentFilteringRequired (0) :PolicyRequired (1) :IntegrityServer ("172.18.1.31:443") ) ) ) :SCVPolicy ( : (ProcessMonitor) : (ZoneLabs) ) :SCVGlobalParams ( :enable_status_notifications (true) :status_notifications_timeout (10) :disconnect_when_not_verified (false) :block_connections_on_unverified (false) :block_scv_client_connections (false) :scv_policy_timeout_hours (168) :enforce_ip_forwarding (false) :not_verified_script ("") :not_verified_script_run_show (false) :not_verified_script_run_admin (false) :not_verified_script_run_always (false) :allow_non_scv_clients (false) ) ) |
| |||
| if that code u posted is actual script (all of it) then few of "()" is too much. Try with: Code:
:(ZoneLabs
:type (plugin)
:parameters (
:ScanInterval (60)
:Version ("5.0")
:IntegrityRequired (1)
:PRORequired (0)
:ZAPRequired (0)
:PrivacyRequired (0)
:ContentFilteringRequired (0)
:PolicyRequired (1)
:IntegrityServer ("172.18.1.31:443")
)
)
:SCVPolicy (
: (ProcessMonitor)
: (ZoneLabs)
)
:SCVGlobalParams (
:enable_status_notifications (true)
:status_notifications_timeout (10)
:disconnect_when_not_verified (false)
:block_connections_on_unverified (false)
:block_scv_client_connections (false)
:scv_policy_timeout_hours (168)
:enforce_ip_forwarding (false)
:not_verified_script ("")
:not_verified_script_run_show (false)
:not_verified_script_run_admin (false)
:not_verified_script_run_always (false)
:allow_non_scv_clients (false)
) |
![]() |
| Thread Tools | |
| Display Modes | |
| |