From 30c35e9505d6d88814750a2e2a08cffe1acb78db Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 8 Jan 2024 10:13:41 -0600 Subject: [PATCH] fix(ent): incorrect influxd-ctl ldap links (#5294) Closes https://github.com/influxdata/DAR/issues/409 --- .../v1/tools/influxd-ctl/ldap/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/enterprise_influxdb/v1/tools/influxd-ctl/ldap/_index.md b/content/enterprise_influxdb/v1/tools/influxd-ctl/ldap/_index.md index e1c38df75..6848478f4 100644 --- a/content/enterprise_influxdb/v1/tools/influxd-ctl/ldap/_index.md +++ b/content/enterprise_influxdb/v1/tools/influxd-ctl/ldap/_index.md @@ -25,12 +25,12 @@ influxd-ctl ldap [flags] [arguments] | Subcommand | Description | | :------------------------------------------------------------------------------------- | :------------------------------------------------------------------------- | -| [get-config](/enterprise_influxdb/v1/reference/cli/influxd-ctl/ldap/get-config/) | Get the LDAP configuration for the entire cluster | -| [set-config](/enterprise_influxdb/v1/reference/cli/influxd-ctl/ldap/set-config/) | Set the LDAP configuration for the entire cluster | -| [sample-config](/enterprise_influxdb/v1/reference/cli/influxd-ctl/ldap/sample-config/) | Print out a sample LDAP configuration | -| [verify](/enterprise_influxdb/v1/reference/cli/influxd-ctl/ldap/verify/) | Attempt to authenticate using LDAP | -| [purge-cache](/enterprise_influxdb/v1/reference/cli/influxd-ctl/ldap/purge-cache/) | Clear the LDAP cache on all data nodes | -| [warm-cache](/enterprise_influxdb/v1/reference/cli/influxd-ctl/ldap/warm-cache/) | Download group membership from LDAP server and preload cache on data nodes | +| [get-config](/enterprise_influxdb/v1/tools/influxd-ctl/ldap/get-config/) | Get the LDAP configuration for the entire cluster | +| [set-config](/enterprise_influxdb/v1/tools/influxd-ctl/ldap/set-config/) | Set the LDAP configuration for the entire cluster | +| [sample-config](/enterprise_influxdb/v1/tools/influxd-ctl/ldap/sample-config/) | Print out a sample LDAP configuration | +| [verify](/enterprise_influxdb/v1/tools/influxd-ctl/ldap/verify/) | Attempt to authenticate using LDAP | +| [purge-cache](/enterprise_influxdb/v1/tools/influxd-ctl/ldap/purge-cache/) | Clear the LDAP cache on all data nodes | +| [warm-cache](/enterprise_influxdb/v1/tools/influxd-ctl/ldap/warm-cache/) | Download group membership from LDAP server and preload cache on data nodes | ## Flags