Skip to content

Setup for LDAP UserSync connector

  • Enable Privacera UserSync:

    cd ~/privacera/privacera-manager
    cp config/sample-vars/vars.privacera-usersync.yml config/custom-vars/
    

  • Enable the LDAP connector:

    cd ~/privacera/privacera-manager
    cp config/sample-vars/vars.privacera-usersync.ldap.yml config/custom-vars/
    vi config/custom-vars/vars.privacera-usersync.ldap.yml
    

  • Edit the following properties:

    • LDAP_URL: The LDAP server URL including protocol and port. For example, ldap://ldap.example.com:389.

    • LDAP_BIND_DN: The bind DN of service.

    • LDAP_BIND_PASSWORD: The bind password.

    • LDAP_SEARCH_INCREMENTAL_ENABLED: Enables incremental search (true/false).

    • LDAP_SEARCH_BASE: The search base for query.

    • LDAP_SEARCH_USER_BASE: The search base for querying users.

    • LDAP_SEARCH_USER_FILTER: The LDAP user search filter.

    • LDAP_SEARCH_USER_GROUPONLY: Syncs only the users who are members of groups synced by the service (true/false).

    • LDAP_SEARCH_GROUP_BASE: The search base for querying groups

    • LDAP_SEARCH_GROUP_FILTER: The LDAP group search filter.

  • Post configuration, deploy the changes Using Privacera Manager.

To add an LDAP UserSync connector on Privacera Cloud, follow these steps:

  1. From the navigation menu, select Settings > UserSync Configuration.

  2. Choose a data source, click the dots icon, and select Add Application.

  3. From the Application List section, select USERSYNC.

  4. From the Service Type dropdown, select LDAP or AD.

  5. In the Connector Name field, enter a name for the connector.

  6. In the BASIC tab, enter the values in the respective fields.

  7. From the Authentication Type dropdown, select Simple.

  8. Complete each step and advance through the pages of the configuration wizard.

  9. Complete all BASIC values, then review and update ADVANCED values as required.

  10. Click FINISH.

For additional details, see Advanced Configuration

Comments