> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/de/scepman-konfiguration/application-settings/active-directory/general.md).

# Allgemein

## AppConfig:ActiveDirectory:Keytab

*Linux: AppConfig\_\_ActiveDirectory\_\_Keytab*

**Wert:** Ausgabe von New-SCEPmanADPrincipal

**Beschreibung:** Der codierte Kerberos-Keytab des von New-SCEPmanADPrincipal erstellten Service Principal. Der Keytab ist mit dem öffentlichen Schlüssel des CA-Zertifikats von SCEPman verschlüsselt, was eine sichere Übertragung dieser Information ermöglicht. Technisch handelt es sich bei der Verschlüsselung um eine PKCS#7-Verschlüsselung mit dem privaten Schlüssel des CA-Zertifikats.

Während der Keytab selbst sensible Informationen enthält, kann dieser verschlüsselte Wert nur vom CA-Zertifikat entschlüsselt werden, und SCEPman hält den Keytab nur im Speicher vor, sodass keine besonderen Sicherheitsvorkehrungen erforderlich sind, wie z. B. diesen Wert in einem Key Vault-Geheimnis statt in einer Umgebungsvariablen zu konfigurieren.

## AppConfig:ActiveDirectory:GroupFilter

*Linux: AppConfig\_\_ActiveDirectory\_\_GroupFilter*

**Wert:** Durch Kommas getrennte Liste von AD-Gruppen, angegeben über ihre SID

**Beschreibung:** Diese Einstellung ermöglicht es, die Verwendung des Endpunkts auf Mitglieder der angegebenen Active Directory-Gruppen zu beschränken.

## AppConfig:ActiveDirectory:RenewalThresholdPercentage

*Linux: AppConfig\_\_ActiveDirectory\_\_RenewalThresholdPercentage*

**Wert:** Fließkommazahl des Prozentsatzes. Standard ist 0,2 (20 %)

**Beschreibung:** Wenn die verbleibende Gültigkeit eines Zertifikats unter diesen Prozentsatz der gesamten Zertifikatsgültigkeit fällt, sollte auf der Clientseite eine Erneuerung ausgelöst werden.

## AppConfig:ActiveDirectory:BaseUrl

*Linux: AppConfig\_\_ActiveDirectory\_\_BaseUrl*

**Wert:** <https://scepman.contoso.com>

**Beschreibung:** Dies definiert die Basis-URL des Active Directory-Endpunkts, die auf der SCEPman-Homepage angezeigt und in den von Ihren Clients angeforderten Richtlinien zurückgegeben wird. Standard ist AppConfig:BaseUrl

{% hint style="info" %}
Diese Einstellung sollte nur gesetzt werden, wenn Sie benötigen, dass auf Ihren Active Directory-Endpunkt unter einer anderen URL zugegriffen wird als auf SCEPman im Allgemeinen.
{% endhint %}


---

# 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.scepman.com/de/scepman-konfiguration/application-settings/active-directory/general.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.
