> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/reference/step-definitions/join-linux-to-active-directory.md).

# Join Linux to Active Directory

{% hint style="info" %}
This is only supported in DeployR Enterprise.  Applies to: DeployR 1.2 and later.
{% endhint %}

The Join Linux to Active Directory step is used to join a Linux device to Active Directory.  (Today, only Ubuntu is supported.)

<figure><img src="/files/ja2ajHb2idR6MyxVKMmL" alt=""><figcaption></figcaption></figure>

In additon to specifying the DNS domain name and optionally an OS, you must also configure the JoinAccount and JoinPassword secrets on the DeployR server using PowerShell:

<figure><img src="/files/3osxJ3VTShw8iWAfljzz" alt=""><figcaption></figcaption></figure>

These values are then retrived by the step when it is executing and not written to disk on the device.  (These can also be set as task sequence variables, but this is a less secure option.)

{% hint style="info" %}
Note: Do not specify the domain on the JoinAccount value (use "User" instead of "<User@fqdn.com>").
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://documentation.2pintsoftware.com/deployr/1.2/reference/step-definitions/join-linux-to-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.
