The IcbLdapSync.json file
The following attributes are available in the IcbLdapSync.json file.
- 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.
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
-
- For "ibm-auth-api", see The ibm-auth-api JSON object .
- For "cloud-bridge", see The cloud-bridge JSON object .
- For "user", see The user JSON object .
- For "group", see The group JSON object .