---
title: influxd-ctl ldap
description: The influxd-ctl ldap command and subcommands manage LDAP implementations in an InfluxDB Enterprise cluster.
url: https://docs.influxdata.com/enterprise_influxdb/v1/tools/influxd-ctl/ldap/
estimated_tokens: 563
product: InfluxDB Enterprise v1
version: v1
---

# influxd-ctl ldap

The `influxd-ctl ldap` command and subcommands manage LDAP implementations in an InfluxDB Enterprise cluster.

## Usage

```sh
influxd-ctl ldap [flags] [arguments]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| get-config | Get the LDAP configuration for the entire cluster |
| set-config | Set the LDAP configuration for the entire cluster |
| sample-config | Print out a sample LDAP configuration |
| verify | Attempt to authenticate using LDAP |
| purge-cache | Clear the LDAP cache on all data nodes |
| warm-cache | Download group membership from LDAP server and preload cache on data nodes |

## Flags

*See [`influxd-ctl` global flags](/enterprise_influxdb/v1/tools/influxd-ctl/#influxd-ctl-global-flags).*

#### Related

-   [Configure LDAP authentication](/enterprise_influxdb/v1/administration/configure/security/ldap/)
