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

# Einen PAM-Anbieter so konfigurieren, dass er sein eigenes Passwort rotiert

Privilegierte Benutzer können das Passwort eines PAM-Anbieters – entweder manuell oder nach einem Zeitplan – in wenigen einfachen Schritten rotieren.

{% hint style="info" %}
Diese Funktion funktioniert mit jedem PAM-Anbieter, außer mit Entra ID, da es sich dabei um eine APP-Registrierung handelt.
{% endhint %}

1. [Konfigurieren Sie einen PAM-Anbieter](/pam/de/pam-with-devolutions-server/getting-started/add-a-pam-provider.md).

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

2. Erstellen Sie den Anbieter als Eintrag in einem PAM-Tresor.

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

3. Klicken Sie auf die Schaltfläche ***Synchronisierungsstatus prüfen*** des Eintrags, um zu überprüfen, ob er zugänglich ist.

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

4. Gehen Sie zurück zum PAM-Anbieter und klicken Sie auf die Schaltfläche ***Bearbeiten***. Setzen Sie unter ***Anmeldeinformationen*** den ***Anmeldeinformationstyp*** auf ***Verknüpfte Anmeldeinformationen***.

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

5. Klicken Sie auf das Feld ***Verknüpfte Anmeldeinformationen*** und wählen Sie im Fenster ***Privilegiertes Konto*** den in Schritt 2 erstellten PAM-Eintrag aus. Klicken Sie auf ***Ok*** und dann auf ***Speichern***, um die Einstellungen des PAM-Anbieters zu speichern.

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

Das Passwort des PAM-Anbieters kann anschließend manuell über die Schaltfläche ***Passwort zurücksetzen*** des Eintrags rotiert werden oder nach einem Zeitplan, indem in den ***Eigenschaften*** des Eintrags unter ***Passwortrotationsplan*** ein Passwortrotationsplan festgelegt wird.

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

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

#### Siehe auch

* [Devolutions Academy - Configuring an Active Directory Provider](https://academy.devolutions.net/student/path/2354099/activity/3423446)
* [Devolutions Academy - Configuring an Entra ID Provider](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/de/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.
