Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add role expansion parameters for ldap/AD configuration #193

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

guidograzioli
Copy link
Member

New parameters to set roles in role expansion functionality allow to configure active directory as an ldap identity provider:

Variable Description Default
activemq_auth_ldap_expand_roles Whether to enable role expansion functionality; if enabled, then roles within roles will be found false
activemq_auth_ldap_expand_roles_matching An LDAP search filter which is applied to the subtree selected by roleBase (member={0})

Fix #188

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Oct 21, 2024
@guidograzioli guidograzioli merged commit 6055a8e into ansible-middleware:main Oct 21, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow configuration of "expandRoles" and "expandRolesMatching" for LDAP in login.config
1 participant