cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 46 forks source link

ldap search filters - allow literal expression #163

Closed clevesque closed 7 months ago

clevesque commented 7 months ago

Older implementation assumed all ldap filters end with "={0}" This newer implementation allows the user to craft any legal filter expression, including complex compound expressions, like ((&(member={0})(objectclass=posixgroup)(!(cn=admins))) above is example IPA group search filter for ECS 1.5.x

clevesque commented 7 months ago

Had to make a simple fix, I relocated j2, file into templates/ where it belongs

clevesque commented 7 months ago

Fixed jinja syntax error

clevesque commented 7 months ago

Fixed a minor typo