> For the complete documentation index, see [llms.txt](https://docs.lan.kokomocloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lan.kokomocloud.com/configuring-networks/configuring-access-points/configuring-ssids/captive-portal/google-ldap.md).

# Google LDAP

キャプティブポータルは外部でホストされるADサーバーによる認証に対応しています。このオプションは「**設定**」＞「**アクセスポイント**」＞「**SSID**」＞「**キャプティブポータル**」＞「**Google LDAP**」で設定可能です。

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

以下の手順に従って、Google LDAPサービスを設定してください：

* **アカウント**：Google LDAPサーバーの管理者の資格情報（アカウント）を入力します
* **パスワード**：Google LDAPサーバーの管理者の資格情報（パスワード）を入力します
* **ベースDN**（オプション）：アクセスポイントがLDAPサーバーで対応するユーザーの認証情報を検索する際のLDAPディレクトリツリーの開始点を設定します。このフィールドが空の場合、アクセスポイントはGoogle LDAPサーバーから設定を自動検出します。それ以外の場合、ユーザーはGoogle LDAPアカウントに基づいて指定されたベースDN文字列を設定できます（形式：`'dc=xxx,dc=xxx'`）
* **Google証明書**：Google LDAPサーバーのセットアップ中に生成されたGoogle証明書のZipファイルをアップロードします。

{% hint style="info" %}
Google証明書は、Google Workspace管理コンソールからダウンロードできます。

1. アプリ＞LDAPに移動します
2. リスト内のクライアントのうち1つをクリックします
3. 認証カードをクリックします
4. 新しい証明書を生成するには、「新しい証明書を生成」をクリックしてください
   {% endhint %}

{% hint style="info" %}
Google LDAPサーバーのセットアップや証明書生成については [Google LDAPサーバーのセットアップ（証明書生成）](/configuring-networks/configuring-access-points/configuring-ssids/basic-settings/configuring-security/google-ldap.md#google-ldapsbnosettoappu) を参照ください
{% endhint %}

{% hint style="warning" %}
キャプティブポータルの認証方式として、MAC認証には対応していません。
{% 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.lan.kokomocloud.com/configuring-networks/configuring-access-points/configuring-ssids/captive-portal/google-ldap.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.
