# 詳細設定

<figure><img src="/files/jPoU7sI3oxeadUKICMdi" alt=""><figcaption></figcaption></figure>

### 付属の拡張機能のインストールと設定 <a href="#id-.advancedconfigurationv2.x-installingandconfiguringincludedextensions" id="id-.advancedconfigurationv2.x-installingandconfiguringincludedextensions"></a>

Keeperコネクションマネージャーパッケージで提供される拡張機能などの対応拡張機能は、対応するパッケージをインストールすることで導入されます。[`keeper/guacamole` Dockerイメージ](/keeper-connection-manager/jp/installation/docker-compose-install/keeper-guacamole.md)を使用している場合、コンテナの初回起動時に指定された環境変数に応じて、これらの拡張機能が自動的にインストールされます。

| 拡張機能                                                                                                                                            | パッケージ名                               | Dockerイメージの環境変数 |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | --------------- |
| [Active Directory/LDAPのサポート](/keeper-connection-manager/jp/authentication/authenticating-users-with-ldap.md)                                    | `kcm-guacamole-auth-ldap`            | `LDAP_*`        |
| [Duo二要素認証](/keeper-connection-manager/jp/advanced-configuration/guacamole.properties/duo-two-factor-authentication-configuration-properties.md) | `kcm-guacamole-auth-duo`             | `DUO_*`         |
| [暗号化されたJSON認証](/keeper-connection-manager/jp/using-keeper-connection-manager/dynamic-connections.md)                                            | `kcm-guacamole-auth-json`            | `JSON_*`        |
| MySQLデータベースのサポート                                                                                                                                | `kcm-guacamole-auth-jdbc-mysql`      | `MYSQL_*`       |
| PostgreSQLデータベースのサポート                                                                                                                           | `kcm-guacamole-auth-jdbc-postgresql` | `POSTGRES_*`    |
| SQL Serverデータベースのサポート                                                                                                                           | `kcm-guacamole-auth-jdbc-sqlserver`  | `SQLSERVER_*`   |
| [TOTP二要素認証](/keeper-connection-manager/jp/authentication/using-totp-for-multi-factor-authentication.md)                                         | `kcm-guacamole-auth-totp`            | `TOTP_*`        |
| [SAML 2.0/SSOとの連携](/keeper-connection-manager/jp/authentication/authenticating-users-with-saml.md)                                              | `kcm-guacamole-auth-saml`            | `SAML_*`        |
| [OpenID Connectとの連携](/keeper-connection-manager/jp/authentication/authenticating-users-with-openid-connect.md)                                  | `kcm-guacamole-auth-openid`          | `OPENID_*`      |

サポートされている拡張機能のKeeperコネクションマネージャーパッケージは、それ自体と必要なライブラリ/ドライバーをインストールするためのシンボリックリンクを自動的に作成します。Keeperコネクションマネージャーリポジトリに格納されている拡張機能については、リンクの作成やファイルのコピーなどを手動で行う必要はありません。

### カスタム拡張機能

Keeperコネクションマネージャーの機能は、カスタム拡張機能を使用することで拡張できます。カスタム拡張機能の作成方法については[こちらのページ](/keeper-connection-manager/jp/custom-extensions.md)をご参照ください。


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/keeper-connection-manager/jp/advanced-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
