Active Directory sync for AVIX [AVIX 5.0]
This covers how to set up AVIX to synchronize members from groups in Active Directory. This setup is basically a server side task, involving:
- A db storage "AccessControl" that contains the AVIX entities (Organization, Role, User and Group objects). This db storage is the target of the Active Directory sync jobs: when employees are added/removed from a watched organization in the AD, this will be mirrored onto the Group and included User instances residing in the AVIX access control storage
- Configuration of scheduling rules (preferences to enable Quartz scheduling + to set cron expression managing job triggering)
If you already have an access control db storage, you can skip the "Prerequisite" chapter.
Note: If you are searching for information relating to AVIX 5.1, follow this guide instead.
PREREQUISITE: Create Access Control db Storage
This chapter instructs you how to create a database storage that contains access control entities...
AVIX5 Server configuration for time-scheduled Active Directory sync tasks
To enable the AVIX server to run time-scheduled jobs, you will need to configure a couple of di...
Example of syncing Active Directory group members to AVIX
Make sure that the AVIX server is started, exposing at least a repository named "AC" which contai...
Troubleshooting
Specifying connection properties If you followed the guide so far and did everything correctly, ...
Configuration summary
Repositories.xml <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <repositoryConfig> ...