- What is the BlackBerry AtHoc desktop app?
- Install the desktop app
- Uninstall the desktop app
- Desktop app network traffic
- Desktop app settings
- Operation
- Troubleshoot desktop app issues
- Appendix A: Build settings
- Appendix B: Desktop client URL parameters
- Appendix C: Database server
- Appendix D: Application server
- BlackBerry AtHoc Customer Support Portal
- Legal notice
Exempt redirection
At the top of the Redirector Rules window there is an “Exempt redirection for users with username containing” field. Use this field to ignore certain users when processing redirection rules. Text entered in the field is right-compared with the OS User Name passed by the desktop app. If the text in the field is found in the middle of OS User Name, that is not a match. The text in the field must appear at the right end of OS User Name for there to be a match. The character matching is not case sensitive. Comma-separated values are allowed.
When redirection is ignored for a desktop app, an informational record is written to the diagnostic log.
Examples:
OS user name | Exempt text | Redirection |
---|---|---|
JSMITH.ADMIN | admin | No |
JOHN.SMITH | admin | Yes (Assuming a redirection rule applies to this user.) |
JSMITH.ADMIN.USER | admin | Yes (Assuming a redirection rule applies to this user.) |
JSMITH.ADMIN2 | admin,admin1,admin2,admin3 | No |
Exempt text can be a .csv list.