ansible-modules-hashivault
ansible-modules-hashivault copied to clipboard
Support the "userfilter" LDAP configuration parameter
I need to set the userfilter config parameter of the LDAP Auth Method API, but it is not implemented in the hashivault_auth_ldap module.
Probably, it is enough to add a user_filter parameter, similar to the existing group_filter?
Yeh, most likely very similar to group_filter https://github.com/TerryHowe/ansible-modules-hashivault/blob/main/ansible/modules/hashivault/hashivault_auth_ldap.py#L80
Unfortunately, I am not a Python dev so I cannot fix it and send a PR (I don't want messing up the code) 😓
Is it possible for someone in the community to add the user_filter parameter to the hashivault_auth_ldap module?