> 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/server/de/knowledge-base/how-to-articles/configure-credentials-inheritance-on-entries-in-devolutions-server.md).

# Vererbung von Anmeldeinformationen für Einträge in Devolutions Server konfigurieren

Konfigurieren Sie die Vererbung von Anmeldeinformationen in Devolutions Server, sodass ein Eintrag die auf seinem übergeordneten Ordner oder Eintrag definierten Anmeldeinformationen verwendet, anstatt

Die Vererbung von Anmeldeinformationen ermöglicht es einem Eintrag, automatisch die auf seinem übergeordneten Ordner oder Eintrag definierten Anmeldeinformationen zu verwenden, anstatt eigene zu speichern. Dies reduziert die doppelte Verwaltung von Anmeldeinformationen und hält den Zugriff auf Ordner- oder Tresorebene zentralisiert.

#### Übergeordneten Ordner oder Eintrag mit Anmeldeinformationen konfigurieren

Bevor untergeordnete Einträge Anmeldeinformationen erben können, muss das übergeordnete Element eigene Anmeldeinformationen korrekt konfiguriert haben.

1. Wählen Sie in Devolutions Server den Ordner oder Eintrag aus, der als Quelle der Anmeldeinformationen dienen soll.
2. Öffnen Sie ***Eigenschaften***.
3. Gehen Sie zu ***Allgemein*** – ***Allgemein*** – ***Anmeldeinformationen***.
4. Wählen Sie im Dropdown-Menü *​*&#x200B;***Anmeldeinformationen***&#x200B;*​* aus, wie die Anmeldeinformationen bereitgestellt werden.
5. Geben Sie die zu vererbenden Anmeldeinformationen ein, abhängig davon, was Sie im Dropdown-Menü *​*&#x200B;***Anmeldeinformationen***&#x200B;*​* ausgewählt haben.

<figure><img src="https://webdevolutions.blob.core.windows.net/docs/DVLS6014_2026_2.png" alt=""><figcaption></figcaption></figure>

6. Speichern Sie den Ordner oder Eintrag.

#### Vererbung für einen untergeordneten Eintrag konfigurieren

1. Wählen Sie den Eintrag aus, den Sie konfigurieren möchten.
2. Öffnen Sie ***Eigenschaften***.
3. Gehen Sie zu ***Allgemein*** – ***Allgemein*** – ***Anmeldeinformationen***.
4. Wählen Sie ***Vererbt***.

<figure><img src="https://webdevolutions.blob.core.windows.net/docs/DVLS6015_2026_2.png" alt=""><figcaption></figcaption></figure>

5. Speichern Sie den Eintrag.

Der Eintrag verwendet nun die auf seinem übergeordneten Element definierten Anmeldeinformationen. Wiederholen Sie diese Schritte für jeden untergeordneten Eintrag, der von demselben übergeordneten Element erben soll.

### Siehe auch

* [Vererbung](https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/inheritance-in-remote-desktop-manager)
* [Auf Benutzergruppen basierende Sicherheit](/server/de/web-interface/user-group-based-security.md)
* [Tresorzugriff in Devolutions Server](/server/de/web-interface/vault-access-in-devolutions-server.md)


---

# 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/server/de/knowledge-base/how-to-articles/configure-credentials-inheritance-on-entries-in-devolutions-server.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.
