# Active Directory

### Active Directory: Overview

Active Directory integration provides login to [Automated Release Management (ARM)](https://www.autorabit.com/products/automated-release-management/) using credentials stored in the Server.  The administrator can easily import users from the active directory into the AutoRABIT instance and keep both synchronized through these features.

### Setting Up Active Directory (AD) in ARM

1. Log in to your ARM account.
2. Hover your mouse over the **Admin** module and click on the **My Account** section.&#x20;
3. On the **My Account** page, go to the **Plugins** section.
4. Select the **AD** checkbox available under the **Identity Management** section.

<figure><img src="/files/5nhC0gwDxRlFHnqx7VID" alt=""><figcaption></figcaption></figure>

5. Provide the information below to integrate the AD with ARM:

   * **IP Address or FQDN (Fully Qualified Domain Name):** Paste here the IP address copied from the Active Directory server or enter the domain name (FQDN). The FQDN is required if the AD is configured over the SSL type.
   * **Port:** Enter the port here. By default, Port 389 will be taken. However, if the AD is configured over SSL, enter the port as 636.
   * **Domain Name:** Paste the domain name exactly as configured in the AD server.
   * **Group name:** Enter the group detail for which you would like to fetch the detail from the AD.
   * **Host Type**: Select the host type i.e., cloud or on-premises.
   * **Select Credential:** Choose the correct credentials from the dropdown field or to create a new credential, click on the **+** icon.

   <figure><img src="/files/rAdcBD549lV8H2nH2ACh" alt="" width="385"><figcaption></figcaption></figure>
6. Next, click **Test Connection** to check for the connection authentication. Upon successful confirmation, click **OK** to register the AD with AutoRABIT.

### Importing Users from AD to ARM

1. Log in to your AutoRABIT account.
2. Hover your mouse over the **Admin** module and click on **Users.**
3. On the **Users** screen, click on **Import Users From AD** in the top right corner.

<figure><img src="/files/UzNF2pa3NQxx2kJQR8Xm" alt="" width="470"><figcaption></figcaption></figure>

4. Select the users to import into AutoRABIT. Once the import is done, the users will be part of AutoRABIT and they can easily log in to AutoRABIT with their **Accountname\@domainName**.
5. Also, whenever a user is created, modified, or deleted in the Active Directory, ARM will detect the change and perform the corresponding create, modify, or delete action within the user database.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/arm-1/integration-and-plugins/active-directory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
