- 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 processor configuration
- LDAP data processor
- Sample LDAP data processor output
Sample LDAP data processor output
The following is sample output produced by the LDAP data processor:
<!-- lastName is optional --> <lastName>A</lastName> <!-- enabled is optional --> <enabled>N</enabled> <!-— customFields, optional --> <customFields> <field commonName="PIN">1234</field> <field commonName="NUMBER1_CN">94010</field> </customFields> <!-- Device address, optional --> <devices> <device commonName="workEmail">mail_test@athoc.com</device> <device commonName="workPhone">650-111-0000</device> </devices> </user> </users> <staticlists> <list seqId="1" commonName="StaticDl5"> <name>StaticDl5</name> <description></description> <members> <user login_id="csr_a" /> </members> </list> </staticlists> </IntegrationData>