The IcbLdapSync.json file

The following attributes are available in the IcbLdapSync.json file.

A sample Active Directory configuration files is provided.
IcbLdapSync.json.ad-sample
An example of synchronizing Active Directory to Verify Directory.
IcbLdapSync.json.isds-sample
An example of synchronizing IBM Security Directory Server to Verify Directory.
By default IcbLdapSync.json.ad-sample is copied to IcbLdapSync.json during the installation process.
The following example shows the general layout of the IcbLdapSync.json file.
{    "ibm-auth-api":{
        },
    "cloud-bridge":{
         "ldap": {
            
        },
        "user":{
           “ldap-to-scim”:{
                            }
        },
        “group”:{
            “ldap-to-scim”:{
                            }
        }
    }
 }
References