Skip to content

Configure Object Class in LDAP/AD

If LDAP/AD user / group objects are not of the default object class, you can configure the object class to be used by UserSync.

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.ldap.yml

Add or update the following variables based on desired configuration:

YAML
LDAP_OBJECT_USER_CLASS: "user"
LDAP_OBJECT_GROUP_CLASS: "group"

Restart Privacera Services

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

Comments