> 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/fr/configuration-scepman/application-settings/active-directory.md).

# Active Directory

{% hint style="warning" %}
SCEPman Enterprise Edition uniquement

Applicable à la version 3.0 et ultérieure
{% endhint %}

{% hint style="info" %}
Ces paramètres ne doivent être appliqués qu'au SCEPman App Service, et non au Certificate Master. Veuillez vous référer à [Paramètres SCEPman](/fr/configuration-scepman/application-settings.md).
{% endhint %}

## Paramètres généraux

Les paramètres suivants affectent le comportement du point de terminaison Active Directory dans son ensemble.

{% content-ref url="/pages/4e9c772bfc1b1b64f43deb928b86e62dc801d271" %}
[Général](/fr/configuration-scepman/application-settings/active-directory/general.md)
{% endcontent-ref %}

## Modèles de certificat

En dehors des paramètres généraux du point de terminaison, les modèles de certificat peuvent être configurés indépendamment. Le format de ces noms de variables suit le schéma `AppConfig:ActiveDirectory:[Template]:[Setting]` où `[Template]` doit être remplacé par User, Computer ou DC et `[Setting]` doit être remplacé par le nom de paramètre correspondant. Vous trouverez les options de configuration des modèles de certificat dans les pages suivantes.

{% content-ref url="/pages/cf06c98014e7cc355d0c7b3586772f8179b1697f" %}
[Modèle utilisateur](/fr/configuration-scepman/application-settings/active-directory/user-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/d498cd10dfe604dccf6b4f749167fb6169308395" %}
[Modèle ordinateur](/fr/configuration-scepman/application-settings/active-directory/computer-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/938d5729aa6e73747565b565336fb9564fd6dae5" %}
[Modèle DC](/fr/configuration-scepman/application-settings/active-directory/dc-template.md)
{% endcontent-ref %}


---

# 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/fr/configuration-scepman/application-settings/active-directory.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.
