> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/domain-user-provider.md).

# Domain user provider

The ***Domain user*** provider allows Devolutions Server to store the domain account credentials to be used for Active Directory account discovery and to achieve password rotation or password propagation.

![](https://cdnweb.devolutions.net/docs/DVLS2043_2024_3.png)

### General

| Option      | Description                   |
| ----------- | ----------------------------- |
| Name        | Display name of the provider. |
| Description | Description of the provider.  |

### Domain

| Option                  | Description                                                                                                                                                                                                           |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Domain name             | FQDN of the domain against where the scan or the password rotation will be executed.                                                                                                                                  |
| Protocol                | <p>Protocol used to contact the domain controller.<br>Select between:</p><ul><li>LDAP</li><li>LDAPS</li></ul>                                                                                                         |
| Port                    | Set the port number used with the configured protocol.                                                                                                                                                                |
| Domain controller       | Set a Domain controller (optional).                                                                                                                                                                                   |
| Use Devolutions Gateway | Choose a Devolutions Devolutions Gateway from your list. Requires Devolutions Gateway to be [installed and configured](https://docs.devolutions.net/gateway/getting-started/server/server-configuration/) beforehand. |

### Credentials

| Option            | Description                                                 |
| ----------------- | ----------------------------------------------------------- |
| Credential type   | ***Custom credential*** or ***Linked credential*** options. |
| Username          | Username of the domain account.                             |
| Password          | Password of the domain account.                             |
| Linked credential | Credential directly linked to a PAM account.                |

### Actions

| Option                                    | Description                                                            |
| ----------------------------------------- | ---------------------------------------------------------------------- |
| Add PAM vault                             | Will create a PAM vault with the provider's name if enabled.           |
| Add a new account discovery configuration | Will open the ***Account discovery configuration*** dialog if enabled. |

### Password settings

| Option                               | Description                                                                                       |
| ------------------------------------ | ------------------------------------------------------------------------------------------------- |
| Password template used on generation | Password template that will be used to generate the password during the reset password operation. |


---

# 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://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/domain-user-provider.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.
