> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/doc-plugins/plugin-glpi-network/ldaptools.md).

# LDAP Tools

## Requirements (self-hosted)

| GLPI Version | Minimum PHP | Recommanded |
| ------------ | ----------- | ----------- |
| 10.0.x       | 8.1         | 8.2         |

{% hint style="warning" %}
This plugin is no longer maintained for versions above GLPI 10.

Its features have been integrated into the core since GLPI 11 (the "Test" tab in an LDAP directory).
{% endhint %}

{% hint style="info" %}
A [GLPI Network BASIC](https://services.glpi-network.com/#offers) subscription (or higher) is required.

This plugin is also available for all GLPI Network [Cloud instances](https://glpi-network.cloud).
{% endhint %}

***

## Install the plugin

* Go to the marketplace. Download and install the plugin **LDAP Tools**.

<div align="left"><figure><img src="/files/xKbufENjG3w6sAejdpHh" alt="images/LDAPtools-1.png"><figcaption></figcaption></figure></div>

***

## Using the plugin

From **tools > LDAP Tools**, if you have synchronised LDAP directories, they will appear directly.

<figure><img src="/files/v7q9zLzwBVBYxzUFoL0L" alt="images/LDAPtools-2.png"><figcaption></figcaption></figure>

Each directory has a number of tests which may or may not be validated depending on your configuration:

* \[Flux TCP]{.title-ref}
* \[BaseDN]{.title-ref}
* \[LDAP URI]{.title-ref}
* \[Bind Auth]{.title-ref}
* \[Generic search]{.title-ref}
* \[Filtered search]{.title-ref}
* \[Attributes]{.title-ref}

As soon as one of the tests fails, the following tests will not be performed. You must start by correcting the 1st anomaly before the other tests are run.


---

# 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://help.glpi-project.org/doc-plugins/plugin-glpi-network/ldaptools.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.
