Skip to content

Configure OMNI in LDAP/AD

Data Plane Version Requirement

The data plane must be version 9.2.3.1 or greater to use OMNI with UserSync. If you need to upgrade your data plane, refer to the Upgrading Privacera Manager guide.

Note for Fresh Install Deployment

Please ensure you have completed the Data Plane Configuration before proceeding with this below setup.

OMNI support will be enabled by default when configured for PolicySync Connector. If for any reason OMNI is not automatically enabled for UserSync and needs to be manually configured, follow the steps below:

Setup

Go to the Privacera Manager host and navigate to the Privacera Manager installation directory:

Bash
cd ~/privacera/privacera-manager
vi config/custom-vars/vars.privacera-usersync.yml

Add or update the following variables based on desired configuration:

YAML
PRIVACERA_USERSYNC_LOADER_OMNI_ENABLED: "true"

Restart Privacera Services

Bash
1
2
3
cd ~/privacera/privacera-manager
./privacera-manager.sh setup
./pm_with_helm.sh upgrade