- What is the BlackBerry AtHoc User Sync Client?
- User synchronization process overview
- Install and set up the BlackBerry AtHoc User Sync Client
- Execute the BlackBerry AtHoc User Sync Client
- Configure the data integration file
- Configuration overview
- Data adapter configuration
- Data processor configuration
- Data synchronizer configuration
- Synchronize LDAP groups
- How to synchronize users for enterprise user moves
- How to bulk update users' physical location
- How to configure organization subscription with the User Sync Client and API
- Troubleshoot the User Sync Client
- Appendix A: Adtools.exe
- Appendix B: Migrate from LDAP Sync Client version 1.2.7 to BlackBerry AtHoc User Sync Client
- Appendix C: Differences between the CSV Importer Tool and the BlackBerry AtHoc User Sync Client
- BlackBerry AtHoc Customer Support Portal
- Documentation feedback
- BlackBerry Docs
- BlackBerry AtHoc
- 1.2
- User Sync Client
- Configure the data integration file
- Data adapter configuration
- LDAP data adapter configuration
LDAP data adapter configuration
Some parameter values can contain characters that are illegal in XML. This results in errors that may not indicate the illegal character but will indicate the line number. In this case, surround the parameter value on that line with a CDATA section:
<parameter_name><![CDATA[value]]></parameter_name>
.The LDAP data adapter takes configurations specified in the configuration file as input and produces an XML output with a predefined structure. In the configuration file, the LDAP data adapter configuration has three major configuration nodes: <adParameters>, <hierarchyConfig> and <classConfig>. Each configuration node can have one or many sub nodes which are described below.