1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add missing krbPrincipalAttribute to the config_spec

This commit is contained in:
Ivan 2024-07-08 15:00:14 +03:00 committed by GitHub
parent b0797d329c
commit 30e0445853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -765,6 +765,7 @@ def main():
evictionMinute=dict(type='str'),
fullSyncPeriod=dict(type='int', default=-1),
importEnabled=dict(type='bool', default=True),
krbPrincipalAttribute=dict(type='str'),
kerberosRealm=dict(type='str'),
keyTab=dict(type='str', no_log=False),
maxLifespan=dict(type='int'),