Configuring LDAP Sync

The LDAP Sync configuration is stored in the xml files LDAPSync.xml, defaults.xml and optional configuration files for specific client settings.

This page includes the following:

LDAPSync.xml

LDAPSync.xml contains the following three elements:

Connection Element Attributes

LDAP-specific settings required for connectivity.

Example:

<Connection serverName="MyCompany AD02"
            directoryType="AD"
            url="mycompanyad02:389"
            useSSL="false"
            connectionTimeout="0"
            readTimeout="120"
            searchTimeout="60"
            username="mydomain\myuser"
            password="mypassword" 
/>

AE Element Attributes

Configure the connectivity to the Client 0 of the AE.

Important! The AE configuration is required for the synchronization for all clients of the AE.

Example:

<AE cp="192.168.0.1:2217"
    username="AUTOMIC/AUTOMIC"
    password="automic"
/>

Clients Element Attributes

You must specify where the default settings for all clients are located and from which folder the client settings are taken.

Example:

<Clients
    path="clients" 
    default="defaults.xml"
/>