> 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/apply-password-rotation-to-pam-provider-credentials.md).

# Passwortrotation auf Anmeldeinformationen von PAM-Anbietern anwenden

Dieser Workflow wird verwendet, um ein PAM-verwaltetes Konto als Identität eines PAM-Anbieters zu verwenden. Ziel ist es, eine ***Passwortrotation*** auf die Anmeldeinformationen des PAM-Anbieters anzuwenden.

{% hint style="info" %}
Ein [PAM-Tresor](/pam/de/pam-with-devolutions-server/pam-vaults.md) muss eingerichtet sein, bevor Sie die folgenden Schritte ausführen.
{% endhint %}

1. Öffnen Sie Devolutions Server.
2. Gehen Sie zu ***Administration*** – ***Privilegierter Zugriff*** – ***Anbieter***, um einen Anbieter zu erstellen.

   ![](https://cdnweb.devolutions.net/docs/DVLS0014_2025_3.png)
3. Wählen Sie im Anbieterfenster im Dropdown-Menü ***Anmeldeinformationstyp*** die Option ***Benutzerdefiniert*** aus.
4. Öffnen Sie einen PAM-Tresor.
5. Fügen Sie dem PAM-Tresor einen ***Domänenbenutzer*** hinzu, indem Sie auf das ***+-Symbol (Hinzufügen)*** klicken.

   ![](https://cdnweb.devolutions.net/docs/DVLS6003_2024_3.png)
6. Füllen Sie die Felder manuell aus und wählen Sie den ***Anbieter*** aus.
7. Geben Sie den ***Benutzernamen*** und das ***aktuelle Passwort*** ein.

   ![](https://cdnweb.devolutions.net/docs/DVLS6004_2024_3.png)
8. Wenden Sie den ***Passwortrotationsplan*** an.
9. Klicken Sie auf ***Hinzufügen***.
10. Das Konto ist nicht synchronisiert (noch nicht verifiziert). Führen Sie einen ***Rechtsklick*** auf das Konto aus.
11. Wählen Sie ***Synchronisierungsstatus*** ***prüfen*** aus.
12. Der Synchronisierungsstatus sollte grün werden.
13. Gehen Sie zurück zu ***Administration*** – ***Privilegierter Zugriff*** – ***Anbieter***.
14. Wählen Sie Ihren Anbieter aus und ändern Sie die ***Benutzerdefinierten Anmeldeinformationen*** in ***Verknüpfte Anmeldeinformation***.
15. Das Fenster ***Privilegiertes Konto*** öffnet sich.
16. Wählen Sie das zuvor hinzugefügte Konto aus.
17. Klicken Sie auf ***OK***, um zu speichern und das Fenster zu schließen.


---

# 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/apply-password-rotation-to-pam-provider-credentials.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.
