- 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 connection parameters
LDAP connection parameters
<adParameters>
: The <adParameters> node is used to configure connection to the LDAP directory and has the following structure:
<adParameters> <server>LDAP_server[:port]</server> <username>username</username> <!--<password isEncrypted="true">CipherText</password>--> //After first run below will change to this <password>ClearText</password> //First run <authentication> Anonymous | Delegation | Encryption | FastBind | None | ReadonlyServer | Sealing | Secure | SecureSocketsLayer | ServerBind | Signing </authentication> <search> <pagingMode>none | paging</pagingMode> </search> <rootNodeDistinguishedName> LDAP Distinguished Name </rootNodeDistinguishedName> </adParameters>