ansible-middleware / amq

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

Allow configuration of "referral" for LDAP in login.config #106

Closed christianmasopust closed 7 months ago

christianmasopust commented 7 months ago
SUMMARY

When using Microsoft Active Directory as a LDAP backend for authentication, it is required to configure referral for the LDAPLoginModule. Default is to ignore referrals but AD requires to follow them.

From the Artemis documentation:

specify how to handle referrals; valid values: ignore, follow, throw; default is ignore

So, it would be nice to allow the configuration of referrals or maybe even better allow to provide an own template for login.config

ISSUE TYPE