# LDAP Backend

## Summary

Using LDAP as your backend allows you to authenticate using your own LDAP server.  With that being said there are currently some limitation in Organizr.  These will be covered at the bottom of this page.

{% hint style="info" %}
Currently there are some limitations to using LDAP
{% endhint %}

![](/files/-MidObp7Wek8sLvF1itE)

| **Type**          | **Purpose**                                                              |
| ----------------- | ------------------------------------------------------------------------ |
| Host Address      | URL for the LDAP Server                                                  |
| Host Base DN      | Hose base distinguished name                                             |
| Account Prefix    | The prefix for the account to build the distinguished name for the login |
| Account Suffix    | The suffix for the account to build the distinguished name for the login |
| Bind Username     | Username to bind the authentication to LDAP Server                       |
| Bind Password     | Password to bind the authentication to LDAP Server                       |
| LDAP Backend Type | Type of LDAP Server                                                      |
| Account DN        | Preview of the distinguished name for the login                          |
| Enable LDAP SSL   | Option to enable the use of SSL for LDAP connections                     |
| Enable LDAP TLS   | Option to enable the use of TLS for LDAP connections                     |

## Limitation

Coming soon...


---

# 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.organizr.app/features/authentication-backends/ldap-backend.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.
