[PR #5833/08b0ea70 backport][stable-6] ldap.py: capitalize one letter (#5836)

ldap.py: capitalize one letter (#5833)

(cherry picked from commit 08b0ea700d)

Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com>
pull/5840/head
patchback[bot] 2023-01-14 18:30:18 +01:00 committed by GitHub
parent 474364c862
commit 16c7615b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,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