> 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

Wenden Sie geplante Passwortrotation auf die Anmeldeinformationen von Devolutions Server PAM-Anbietern an, indem Sie diese mit einem verwalteten PAM-Tresorkonto verknüpfen.

Dieser Workflow wird verwendet, um ein von PAM verwaltetes Konto als PAM-Anbieteridentität anzuwenden. 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 nachfolgenden Schritte ausführen.
{% endhint %}

1. Öffnen Sie Devolutions Server.
2. Gehen Sie zu ***Administration*** – ***Privilegierter Zugriff*** – ***Anbieter***, um einen Anbieter zu erstellen.
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.
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.
8. Wenden Sie den ***Zeitplan für die Passwortrotation*** an.
9. Klicken Sie auf ***Hinzufügen***.
10. Das Konto ist nicht synchronisiert (noch nicht überprüft). ***Rechtsklicken*** Sie auf das Konto.
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*** zu ***Verknüpfte Anmeldeinformationen***.
15. Das Fenster ***Privilegiertes Konto*** wird geöffnet.
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.
