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:
parent
b0797d329c
commit
30e0445853
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue