# Prerequisites

Before configuring LDAP in Avo Assure Admin, ensure the following requirements are fulfilled:

1. **LDAP/Active Directory Server Details**&#x20;
   * Hostname or IP address of the LDAP server.&#x20;
   * Port number (default LDAP: 389, LDAPS: 636).&#x20;
   * Base Distinguished Name (Base DN) for user searches.&#x20;
2. **Service Account (Bind Principal)**&#x20;
   * A dedicated account in the directory for Avo Assure to query users.&#x20;
   * Preferably read-only permissions.&#x20;
   * Bind account credentials (username and password) if using Simple Authentication.&#x20;
3. **TLS Certificate (if using secure LDAPS connection)**&#x20;
   * Certificate issued by your organization’s Certificate Authority (CA).&#x20;
   * Ensure encrypted communication between Avo Assure and the LDAP server.&#x20;
4. **Network Access**&#x20;
   * The Avo Assure server must reach the LDAP server through the correctly configured port to ensure proper connectivity.
   * Firewall rules should allow LDAP/LDAPS traffic.&#x20;
5. **User Attribute Mapping Information**&#x20;
   * LDAP attribute names for Username, First Name, Last Name, and Email.&#x20;
   * Confirm with your IT/AD team to ensure correct mapping.&#x20;
6. **Administrator Access in Avo Assure**&#x20;
   * You need Admin privileges in Avo Assure to configure LDAP settings.&#x20;


---

# 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.avoautomation.com/avo-assure/administration/authentication-configuration/ldap-configuration/prerequisites.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.
