> 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/ja/scepman-gou-cheng/application-settings/active-directory.md).

# Active Directory

{% hint style="warning" %}
SCEPman Enterprise Edition のみ

バージョン 3.0 以降に適用されます
{% endhint %}

{% hint style="info" %}
これらの設定は SCEPman App Service にのみ適用し、Certificate Master には適用しないでください。以下を参照してください [SCEPman 設定](/ja/scepman-gou-cheng/application-settings.md).
{% endhint %}

## 全般設定

以下の設定は、Active Directory エンドポイントの動作全般に影響します。

{% content-ref url="/pages/72edf469ad3bcd23c26a15f27c155910a7884946" %}
[一般](/ja/scepman-gou-cheng/application-settings/active-directory/general.md)
{% endcontent-ref %}

## 証明書テンプレート

エンドポイントの全般設定とは別に、証明書テンプレートを個別に設定できます。これらの変数名の形式は次のスキームに従います `AppConfig:ActiveDirectory:[Template]:[Setting]` ここで `[Template]` は User、Computer、または DC に置き換え、さらに `[Setting]` はそれぞれの設定名に置き換えます。証明書テンプレートの構成オプションは、以下のページで確認できます。

{% content-ref url="/pages/a3e7f9618273017798b48d0f63e85acbc52db741" %}
[ユーザー テンプレート](/ja/scepman-gou-cheng/application-settings/active-directory/user-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/ac46f98cb8ebc5a54d98e3b91d3a058b09745cf8" %}
[コンピューター テンプレート](/ja/scepman-gou-cheng/application-settings/active-directory/computer-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/17fa303af0aafa21ad3e6a81c7b589643ec57c0e" %}
[DC テンプレート](/ja/scepman-gou-cheng/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/ja/scepman-gou-cheng/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.
