fixed an issue with LDAP credentials not saving on the device (#61073)
This commit is contained in:
parent
e89d178440
commit
3e1f35155c
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,7 @@ options:
|
|||
extends_documentation_fragment: f5
|
||||
author:
|
||||
- Tim Rupp (@caphrim007)
|
||||
- Greg Crosby (@crosbygw)
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
@ -311,6 +312,7 @@ class Parameters(AnsibleF5Parameters):
|
|||
'mandatory_attributes',
|
||||
'chase_referrals',
|
||||
'manual_resume',
|
||||
'target_username',
|
||||
'filter',
|
||||
'base',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue