Skip to main content

Targeting a specific container or containers

You can restrict Bravura Security Fabric to list only those mailboxes and groups that exist in one or more named containers; for example, if your Active Directory is divided into organizational units. To do this, on the Target system address configuration page, specify OU in OUs to list users from field. Select List from the drop-down list box and use the More button to add input box for additional OU given. For example:

'OU=people,OU=it,DC=example,DC=com'
'OU=people,OU=hr,DC=example,DC=com'

If there are many OUs to list, there is an option to include all OUs in a file. To use the file, select the File option from the drop-down list and specify the file name.

The file must be located in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory and contain a list of OUs to list from:

   # KVGROUP-V2.0
   listOUs = {
     "OU=people,OU=it,DC=example,DC=com";
     "OU=people,OU=hr,DC=example,DC=com";
   }

The connector will not list any OU if an OU file is empty.