ansible-modules-hashivault icon indicating copy to clipboard operation
ansible-modules-hashivault copied to clipboard

Support the "userfilter" LDAP configuration parameter

Open fabricat opened this issue 2 years ago • 2 comments

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?

fabricat avatar May 18 '22 07:05 fabricat

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

TerryHowe avatar May 19 '22 12:05 TerryHowe

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?

fabricat avatar Sep 23 '22 08:09 fabricat