Skip to main content
Configure AD/LDAP Connector
Updated over a week ago

Overview

Before using the Active Directory for administrator provisioning, you must configure the installed AD/LDAP Connector.

This article provides detailed instructions to configure the AD/LDAP Connector for setting up and managing connectivity between the AD/LDAP and Druva Cloud.
​

Before you begin

Ensure you have installed the AD/LDAP Connector. For more information, see Download and Install AD/LDAP Connector.


❗ Important
AD/LDAP Connector can establish a connection with Druva Public Cloud directly or through a proxy server.


Configure AD/LDAP Connector

On Windows


πŸ“ Note
If administrators are using IP whitelisting, they might need to add an additional IP range to the list of whitelisted IPs. Please contact support to obtain the additional range of IPs that need to be whitelisted.


To configure the AD/LDAP Connector

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

  2. Enter the AD Connector Registration Key that you had copied from the DCP console.
    ​



    β€‹πŸ“ Note
    We recommend you use a single registration key to configure a single AD Connector.
    ​


  3. The Connector Name is auto-populated with your system name into the field. You can also manually edit the connector name.
    ​



    β€‹πŸ“ Note
    The connector name is not case-sensitive. This parameter is optional, and if not provided, Druva will automatically select your system name.
    ​


  4. Select the appropriate checkbox to connect with the Gov Cloud (FIPS) or FedRAMP. By default, the Public Cloud will be selected.

  5. The Cloud URL will be auto-populated into the field if you select the Public Cloud.

  6. (Optional) Select the Add Web Proxy option if your network infrastructure uses a Web proxy. Enter the appropriate information for the below fields and click Save.

    1. Proxy Type: Proxy protocol that you are using. Druva supports http, socks4, and socks5 proxy protocols.

    2. Proxy Server IP Address: IP address of the proxy server.

    3. Proxy Port: The port number of the proxy server.

    4. Proxy server requires authentication: Select this checkbox if your proxy server requires authentication to access the internet.

    5. Username: The Username required for proxy server authentication.

    6. Password: The Password required for proxy server authentication.
      ​

  7. Click Register. The AD/LDAP Connector is now configured and will appear in the AD/LDAP Connectors section of the Cloud Settings Page.
    ​



    β€‹πŸ“ Note
    You can verify the connection status of the installed and configured AD/LDAP Connectors on AD/LDAP Connectors page. Upon successful configuration, the Connection Status appears as Connected.
    ​



    To add a new connector, go to the Three vertical dots icon > Add New Connector.
    ​



    β€‹πŸ“ Note
    Do not regenerate the registration key after the AD/LDAP Connector is configured. If you regenerate the key, the existing registration key is deactivated.
    ​


On Linux (CentOS, RHEL & Ubuntu)


πŸ“ Note
If administrators are using IP whitelisting, they might need to add an additional IP range to the list of whitelisted IPs. Please contact support to obtain the additional range of IPs that need to be whitelisted.


To configure the AD/LDAP Connector

  1. Open the command line interface window.

  2. Run the following command to configure the ADConnector agent:
    ​For Public Cloud
    ​ADConnectorAgent ad-connector activate --token <<token from above API>> -k -n "<<your device/system name>>"
    ​
    ​For Gov/FIPS
    ​ADConnectorAgent ad-connector activate -g --token <<token from above API>> -k -n "<<your device/system name>>"
    ​
    ​For FedRAMP
    ​ADConnectorAgent ad-connector activate -f --token <<token from above API>> -k -n "<<your device/system name>>"
    ​
    where <<token from above API>> is the registration key that you had copied from the DCP console and <<your device/system name>> is the Connector name.
    ​



    β€‹πŸ“ Note
    The connector name is not case-sensitive. This parameter is optional, and if not provided, Druva will automatically select your system name.
    ​


(Optional)To add a web proxy:


πŸ“ Note

If your network infrastructure uses a Web proxy, you must add a Web proxy before configuration.


In the command prompt, run the following command to set the Web proxy:

ADConnectorAgent web-proxy-config --set --host <<ProxyHost_IP:port>> --user <<Proxy_user>> --pass <<Proxy_Password>> --proxy-type <<Proxy_Type>>

For Example:

ADConnectorAgent web-proxy-config --set --host "1.2.3.4:389" --user "iamuser" --pass "thisispass" --proxy-type β€œhttp”


​

Did this answer your question?