From 939d30862c9de6193362138cbf3a1c60e352ac08 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:21:24 +0100 Subject: [PATCH] [PR #5833/08b0ea70 backport][stable-4] ldap.py: capitalize one letter (#5834) ldap.py: capitalize one letter (#5833) (cherry picked from commit 08b0ea700d98d6d05724a435aa73c90ff841f4d5) Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com> --- plugins/doc_fragments/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/ldap.py b/plugins/doc_fragments/ldap.py index 8bfa26b140..e98d896f69 100644 --- a/plugins/doc_fragments/ldap.py +++ b/plugins/doc_fragments/ldap.py @@ -59,7 +59,7 @@ options: sasl_class: description: - The class to use for SASL authentication. - - possible choices are C(external), C(gssapi). + - Possible choices are C(external), C(gssapi). type: str choices: ['external', 'gssapi'] default: external