Skip to main content
Manage AD/LDAP Connectors, Accounts, and Mappings
Updated over a week ago

Overview

This article provides comprehensive guidelines on effectively managing the AD/LDAP Connectors, Accounts, and Mappings within the Druva Cloud Platform Console.

Manage AD/LDAP Connectors

Re-register AD/LDAP Connector

If you want to register the same AD/LDAP connector installed on your system into another system or virtual machine, you need to re-register the connector using the original registration key.

To re-register AD/LDAP Connector

  1. From the Druva Cloud Platform Console, navigate to Druva Cloud Settings > AD/LDAP Connectors page.

  2. In the Connectors tab, click Re-register. The “Re-register Connector” window appears.

  3. Copy the Registration Key. You will require the registration key to activate the connector after re-installation. Click Done.

  4. Double-click the installer. The installation wizard appears. To install the AD/LDAP Connector, see Install AD/LDAP Connector.

  5. After installation, Configure AD/LDAP Connector and use the AD Connector Registration Key that you had copied from the “Re-register Connector” window.

Delete AD/LDAP Connector


❗ Important

  • Ensure that there are no active accounts linked and mappings associated with that connector.

  • Deleting an AD/LDAP Connector with active accounts and mappings, administrator synchronization will be stopped with your active AD/LDAP server.


To delete AD/LDAP Connector

  1. From the Druva Cloud Platform Console, navigate to Druva Cloud Settings > AD/LDAP Connectors page.

  2. In the Connectors tab, click Delete. The “Delete Connector” window appears.

  3. Click Delete. The AD/LDAP Connector is now successfully removed.

Uninstall AD/LDAP Connector

On Windows


📝 Note
You must be a super user or an administrator to install the AD/LDAP Connector on your system.


❗ Important

  • Ensure that there are no active accounts linked and mappings associated with that connector.

  • If you uninstall the connector with active accounts and mappings, administrator synchronization will be stopped with your active AD/LDAP server.


To uninstall the AD/LDAP Connector on Windows

  1. Double-click the installer. The Repair/Uninstall wizard appears.

  2. Click Uninstall.

  3. Wait until the Druva AD Connector gets uninstalled successfully, then click Finish.

On Linux (CentOS / RHEL / Ubuntu)


📝 Note
You must be a super user or an administrator to install the AD/LDAP Connector on your system.


❗ Important

  • Ensure that there are no active accounts linked and mappings associated with that connector.

  • If you uninstall the connector with active accounts and mappings, administrator synchronization will be stopped with your active AD/LDAP server.


To uninstall the AD/LDAP Connector on Linux

  1. Go to the directory that contains the ADConnector agent installer.

  2. Run the following command:

    For CentOS / RHEL Linux
    rpm -e <package_name>
    Example:
    rpm -e ADConnector-ADConnectorAgent-1.0.0-445290-x86_64.rpm

    For Ubuntu
    ​dpkg --remove <package_name>
    Example:
    dpkg --remove adconnector

    where <package name> represents the file name (along with the extension) of the installer.

  3. If you want to cleanup all the config and metadata files of the AD Connector, enter your input in the option [yes/no].



    📝 Note

    By default, the input option to clean up config and metadata files is [no].


Repair AD/LDAP Connector

To repair the AD/LDAP Connector

  1. Double-click the installer. The Repair/Uninstall wizard appears.

  2. Click Repair.

  3. Wait until the Druva AD Connector gets repaired successfully, then click Finish.

Manage Web Proxy Settings

Edit Web Proxy Settings

To edit the web proxy settings

  1. On the system where you have the AD/LDAP Connector installed, click Start > AD Connector. The AD Connector window appears.

  2. In the Web Proxy Settings section, click Edit. The “Edit Web Proxy” window appears.

  3. Edit the Web Proxy Settings and click Save.

Remove Web Proxy

On Windows


📝 Note

If you remove the proxy, ensure that your connector must be able to connect with Druva Cloud or show a Connected status on the AD/LDAP Connectors page.


To remove the web proxy

  1. On the system where you have the AD/LDAP Connector installed, click Start > AD Connector. The AD Connector window appears.

  2. On the Web Proxy Settings section, click Remove. The “Remove Web Proxy” window appears.

  3. Click Remove. The web proxy is now successfully removed.

On Linux (CentOS, RHEL, and Ubuntu)

To remove the web proxy

  1. Open the command line interface window.

  2. (Optional) You can use the following command to fetch the current proxy configuration:
    ADConnectorAgent web-proxy-config --get

  3. You can use the following command to remove the Web proxy:

    ADConnectorAgent web-proxy-config --remove

Manage AD/LDAP Accounts

Edit AD/LDAP Accounts

To edit AD/LDAP account details

  1. From the Druva Cloud Platform Console, navigate to Druva Cloud Settings > AD/LDAP Connectors page.

  2. In the Accounts tab, select the account you want to edit.

  3. Click Edit. The “Edit/LDAP Account” window appears.

  4. On the “Edit/LDAP Account” page, edit the necessary information and click Save.

Delete AD/LDAP Accounts


❗ Important

  • Ensure that there are no active mappings associated with that account.

  • If you delete the account with active mappings, administrator synchronization will be stopped with your active AD/LDAP server.


To delete AD/LDAP accounts

  1. From the Druva Cloud Platform Console, navigate to Druva Cloud Settings > AD/LDAP Connectors page.

  2. In the Accounts tab, select the account you want to delete.

  3. Click Delete. The AD/LDAP Account is now successfully deleted.

Manage AD/LDAP Mappings

Delete Mappings


❗ Important

  • The administrators that are not part of any other AD/LDAP mapping are disabled and later deleted.


To delete AD/LDAP mappings

  1. From the Druva Cloud Platform Console, navigate to Manage Administrators > Deployment page.

  2. From the Mappings section, select the mappings that you want to delete and click on the Three vertical dots icon > Delete.

  3. A “Confirm Deletion” window appears. Click Delete. The selected mappings are now successfully deleted.

Did this answer your question?