ldap.py: capitalize one letter (#5833)

pull/5818/head
bluikko 2023-01-15 00:05:22 +07:00 committed by GitHub
parent cc79c24c01
commit 08b0ea700d
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: sasl_class:
description: description:
- The class to use for SASL authentication. - The class to use for SASL authentication.
- possible choices are C(external), C(gssapi). - Possible choices are C(external), C(gssapi).
type: str type: str
choices: ['external', 'gssapi'] choices: ['external', 'gssapi']
default: external default: external