View Single Post
  #1 (permalink)  
Old 2007-03-06
cp-nimzo cp-nimzo is offline
Member
 
Join Date: 2007-01-21
Posts: 36
Rep Power: 0
cp-nimzo has an average reputation (10+)
Default Need correct syntax for local.scv

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)
)
)
Reply With Quote