The AD Bridge Gateway is used to push policies from Active Directory to the Cloud Gateway.
Complete the following prerequisites before you install the AD Bridge Gateway:
Microsoft Server 2016 or later installed
Domain Administrator account access
The AD Bridge Gateway installer also installs: Microsoft .Net Framework 4.8.
To install the Universal Policy Administrator On Premises Gatekeeper and Gateway:
NOTE:When you execute the AD Bridge Gateway.exe file, it installs both Gatekeeper and Gateway On premises.
Download the Universal Policy Administrator On Premises Gateway installer file AD Bridge Gateway.exe from the Opentext Downloads website.
Execute the downloaded AD Bridge Gateway.exe file.
When the installation wizard opens, select both Install Gatekeeper and Install Gateway options and click Install.
If .NET Framework 4.8.x is not already installed on the server, it is installed as part of the prerequisite check before the Universal Policy Administrator On Premises Gateway installation starts.
Click Next when the AD Bridge Gatekeeper Setup wizard opens.
Read and Accept the License Agreement, and click Next.
Browse your system to select a certificate in the .pfx file format, specify the password, and click Next.
Specify the connection string in the Gatekeeper Configuration wizard, and click Next.
Select the destination folder for the installation files and click Next.
Click Install to copy the Gatekeeper files.
Click Finish to complete the Gatekeeper setup.
NOTE:The Gateway installation automatically starts.
Click Next when the Universal Policy Administrator On Premises Gateway setup wizard opens.
Read and Accept the License Agreement, and click Next.
Select an installation option. The available options are:
NAT Traversal
DMZ or Port Forward
NOTE:In most cases, select NAT Traversal.
Click Next.
Enter domain administrator credentials and click Next.
Enter the Cloud Gateway URL and Universal Policy Administrator On Premises Gateway owner account credentials, and click Next.
NOTE:Click Register and create a new account if one does not exist.
Retain or change the default location for program installation, and then click Next.
Click Install to copy the Gateway installer files.
Click Finish on the last screen of the wizard to complete the installation.
You can configure AD Bridge 3.5 to forward events and syslog messages to one or more SIEM solutions.
To configure the AD Bridge Syslog Provider:
Open the C:\Program Files\OpenText\AD Bridge\Gateway\WebApp\Web.Config file.
Modify the highlighted text as shown in the snippet below according to your environment:
<syslogSettings CEFVendor="Opentext" CEFProduct="AD Bridge" CEFVersion="3.5"> <Forwarders> <add host="localhost" port="514" senderType="UDP" rfcType="Rfc5242" filterType="None" /> </Forwarders> </syslogSettings>
The available options for each of these attributes are:
senderType: The default value is UDP.
TCP
UDP
rfcType: The default value is Rfc5242.
Rfc5242
Rfc3164
filterType: The default value is None.
SyslogOnly
AuditOnly
None
NOTE:AD Bridge 3.5 only supports the filterType attribute value, AuditOnly.
Set CEFVendor, CEFProduct, and CEFVersion to values of your choice.
NOTE:You can specify multiple forwarders in the same Web.Config file.