ansible-middleware / amq

A collection to manage AMQ brokers
Apache License 2.0
13 stars 11 forks source link

Add referrer to ldap plugin, allow custom login.config #110

Closed guidograzioli closed 7 months ago

guidograzioli commented 7 months ago

New parameters:

Variable Description Default
activemq_auth_template Location of JAAS login.config template; by default use template provided with role login.config.j2
activemq_auth_ldap_referral Specify how to handle referrals; valid values: ignore, follow, throw ignore

allow respectively to use a custom template, and set the referrer field of the LDAPLoginModule

Fix #106