From 235f0556c4c76c287863b77b8648b71922cb4a40 Mon Sep 17 00:00:00 2001 From: tiny6996 Date: Wed, 13 Dec 2023 03:05:03 -0600 Subject: [PATCH] docs(inputs.ldap): Correct plugin name in sample config (#14446) --- plugins/inputs/ldap/README.md | 2 +- plugins/inputs/ldap/sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/ldap/README.md b/plugins/inputs/ldap/README.md index 3633d29ee..7607a2c6b 100644 --- a/plugins/inputs/ldap/README.md +++ b/plugins/inputs/ldap/README.md @@ -17,7 +17,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. ```toml @sample.conf # LDAP monitoring plugin -[[inputs.openldap]] +[[inputs.ldap]] ## Server to monitor ## The scheme determines the mode to use for connection with ## ldap://... -- unencrypted (non-TLS) connection diff --git a/plugins/inputs/ldap/sample.conf b/plugins/inputs/ldap/sample.conf index c5fc06c84..0e3618cb7 100644 --- a/plugins/inputs/ldap/sample.conf +++ b/plugins/inputs/ldap/sample.conf @@ -1,5 +1,5 @@ # LDAP monitoring plugin -[[inputs.openldap]] +[[inputs.ldap]] ## Server to monitor ## The scheme determines the mode to use for connection with ## ldap://... -- unencrypted (non-TLS) connection