jbertram commented on code in PR #5948: URL: https://github.com/apache/activemq-artemis/pull/5948#discussion_r2399431427
########## docs/user-manual/security.adoc: ########## @@ -349,6 +349,21 @@ Whether or not to map the legacy `read` permission to the `createDurableQueue`, This was allowed in ActiveMQ Classic. The default value is `false`. +anyWordsWildcardConversion:: +This is a 1-character value that should match the `any-words` xref:wildcard-syntax.adoc#customizing-the-syntax[wildcard syntax] setting defined for the broker. +The plugin will translate any `<` or `$` character to this value in an LDAP entry defining a destination name. Review Comment: Check out `org.apache.activemq.artemis.core.server.impl.LegacyLDAPSecuritySettingPlugin#convertDestinationWildcards`. The `$` conversion is a special case just as it was in [`SimpleCachedLDAPAuthorizationMap`](https://github.com/apache/activemq/blob/f68fff981b5a7b62a68b8c2f4ef01c73cf2d3404/activemq-broker/src/main/java/org/apache/activemq/security/SimpleCachedLDAPAuthorizationMap.java#L588). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
