> 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).

# PAM-Anbieter für die Rotation des eigenen Passworts konfigurieren

Konfigurieren Sie einen Devolutions PAM-Anbieter so, dass er sein eigenes Passwort manuell oder nach einem Zeitplan mithilfe verknüpfter Tresor-Anmeldeinformationen rotiert.

Privilegierte Benutzer können ein PAM-Anbieter-Passwort – 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 hierbei 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).
2. Erstellen Sie den Anbieter als Eintrag in einem PAM-Tresor.
3. Klicken Sie auf die Schaltfläche ***Synchronisierungsstatus prüfen*** des Eintrags, um zu überprüfen, ob er erreichbar ist.
4. Kehren Sie zum PAM-Anbieter zurück und klicken Sie auf die Schaltfläche ***Bearbeiten***. Setzen Sie unter ***Anmeldeinformationen*** den ***Anmeldeinformationstyp*** auf ***Verknüpfte Anmeldeinformationen***.
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.

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

#### Siehe auch

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