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

# Configurar un proveedor PAM para rotar su propia contraseña

Los usuarios privilegiados pueden rotar la contraseña de un proveedor PAM —ya sea manualmente o de forma programada— en unos pocos pasos sencillos.

{% hint style="info" %}
Esta función funciona con todos los proveedores PAM, excepto con Entra ID, ya que se trata de un registro de aplicación (APP registration).
{% endhint %}

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

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

2. Cree el proveedor como una entrada en una bóveda PAM.

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

3. Haga clic en el botón ***comprobar estado de sincronización*** de la entrada para verificar si es accesible.

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

4. Vuelva al proveedor PAM y haga clic en el botón ***Editar***. En ***Credenciales***, establezca el ***Tipo de credencial*** en ***Credenciales vinculadas***.

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

5. Haga clic en el campo ***Credenciales vinculadas*** y seleccione la entrada PAM creada en el paso n.º 2 en la ventana ***Cuenta privilegiada***. Haga clic en ***Aceptar*** y, a continuación, ***Guarde*** la configuración del proveedor PAM.

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

La contraseña del proveedor PAM puede rotarse entonces manualmente mediante el botón ***Restablecer contraseña*** de la entrada, o de forma programada estableciendo una programación de rotación de contraseñas en ***Propiedades*** – ***Programación de rotación de contraseñas*** de la entrada.

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

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

#### Véase también

* [Devolutions Academy - Configuración de un proveedor de Active Directory](https://academy.devolutions.net/student/path/2354099/activity/3423446)
* [Devolutions Academy - Configuración de un proveedor de 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/es/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.
