CB Protection: Policy Mapping "Policy to Apply" Dropdown Empty / Not Expanding
search cancel

CB Protection: Policy Mapping "Policy to Apply" Dropdown Empty / Not Expanding

book

Article ID: 289069

calendar_today

Updated On:

Products

Carbon Black App Control (formerly Cb Protection)

Issue/Introduction

There are no policies listed in the drop-down menu when trying to create an Active Directory Mapping

Environment

  • CB Protection Console: 8.1 P2
  • Active Directory Integration

Cause

Permissions coding issue in the HostGroups.php file

Resolution

  1. Go to c:\Program Files (x86)\Bit9\Parity Console\WebUI\include\Util 
  2. Save a copy of HostGroups.php file as a backup before editing the file
  3. Edit HostGroups.php in Notepad as Administrator
  4. Alter the following line
    • From: 
if (isset($excludeNonMenagablePermissions))
  • To:
    if (!empty($excludeNonMenagablePermissions))
  1. Save file and exit. 
  2. Restart the CB Protection Server services

Additional Information

This issue has been corrected in 8.1.4