> 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/es/configuracion-de-scepman/application-settings/active-directory.md).

# Active Directory

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

Aplicable a la versión 3.0 y superiores
{% endhint %}

{% hint style="info" %}
Estas configuraciones solo deben aplicarse al App Service de SCEPman, no al Certificate Master. Consulte [Configuración de SCEPman](/es/configuracion-de-scepman/application-settings.md).
{% endhint %}

## Configuración general

Las siguientes configuraciones afectan al comportamiento del extremo de Active Directory en general.

{% content-ref url="/pages/99cd697d137374d371cc8a15660b4f663c3a1b13" %}
[General](/es/configuracion-de-scepman/application-settings/active-directory/general.md)
{% endcontent-ref %}

## Plantillas de certificado

Aparte de la configuración general del extremo, las plantillas de certificado pueden configurarse de forma independiente. El formato de esos nombres de variable sigue el esquema `AppConfig:ActiveDirectory:[Template]:[Setting]` donde `[Template]` debe reemplazarse por User, Computer o DC y `[Setting]` debe reemplazarse por el nombre de la configuración correspondiente. Puede encontrar las opciones de configuración de las plantillas de certificado en las páginas siguientes.

{% content-ref url="/pages/dd0310b1ec007e5caeccdacde676ce5dceea24ae" %}
[Plantilla de usuario](/es/configuracion-de-scepman/application-settings/active-directory/user-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/7bb660fcb2ff72fd468db8c3c83f50a6afcf8241" %}
[Plantilla de equipo](/es/configuracion-de-scepman/application-settings/active-directory/computer-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/80b2964bec6c290c014b59cafa39e03775575aa0" %}
[Plantilla de DC](/es/configuracion-de-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/es/configuracion-de-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.
