> 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/it/knowledge-base/how-to-articles/configure-a-pam-provider-to-rotate-its-own-password.md).

# Configurare un provider PAM per ruotare la propria password

Gli utenti privilegiati possono ruotare la password di un provider PAM—manualmente o secondo una pianificazione—in pochi semplici passaggi.

{% hint style="info" %}
Questa funzionalità funziona con tutti i provider PAM, ad eccezione di Entra ID, poiché si tratta di una registrazione APP.
{% endhint %}

1. [Configuri un provider PAM](/pam/it/pam-with-devolutions-server/getting-started/add-a-pam-provider.md).

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

2. Crei il provider come voce in una cassaforte PAM.

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

3. Clicchi sul pulsante ***controlla stato di sincronizzazione*** della voce per verificare se è accessibile.

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

4. Torni al provider PAM e clicchi sul pulsante ***Modifica***. In ***Credenziali***, imposti il ***Tipo di credenziali*** su ***Credenziali collegate***.

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

5. Clicchi sul campo ***Credenziali collegate*** e selezioni la voce PAM creata durante il passaggio #2 nella finestra ***Account privilegiato***. Clicchi su ***Ok***, quindi ***Salvi*** le impostazioni del provider PAM.

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

La password del provider PAM può quindi essere ruotata manualmente tramite il pulsante ***Reimposta password*** della voce, oppure secondo una pianificazione impostando una pianificazione di rotazione delle password nelle ***Proprietà*** della voce – ***Pianificazione della rotazione delle password***.

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

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

#### Vedi anche

* [Devolutions Academy - Configurazione di un provider Active Directory](https://academy.devolutions.net/student/path/2354099/activity/3423446)
* [Devolutions Academy - Configurazione di un provider Entra ID](https://academy.devolutions.net/student/path/2354099/activity/3423447)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/pam/it/knowledge-base/how-to-articles/configure-a-pam-provider-to-rotate-its-own-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
