1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

ldap.py: capitalize one letter (#5833)

This commit is contained in:
bluikko
2023-01-15 00:05:22 +07:00
committed by GitHub
parent cc79c24c01
commit 08b0ea700d

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