Hi Howard,
Thanks for your answer. I am new to using OpenLDAP but it was set up by my colleagues and he said the OpenLDAP version from repo is not well updated.
So, regarding the Persistent Search, The reason I asked is that I am switching from Classic ActiveMQ to ActiveMQ Artemis. And Artemis has this setting:
"
enableListener
. Whether or not to enable a listener that will automatically
receive updates made in the LDAP server and update the broker's authorization
configuration in real-time. The default value is true
."
And In the ActiveMQ Artemis log, I (and also some other cases i found in google) got this error:
"
ERROR [org.apache.activemq.artemis.core.server] AMQ224086: Caught unexpected exception: javax.naming.OperationNotSupportedException: [LDAP: error code 12 - critical extension is not recognized]; remaining name 'ou=Destination,ou=ActiveMQ,ou=activemq,dc=test,dc=com'
"
This is not the problem with classic ActiveMQ where I found in their documentation, saying that OpenLDAP does not support the
“persistent search” feature. That's why I wanted to verify.