Hi,
We are using ldap to provide authentication and authorization for control center access. I have removed the DISABLED file in the hivemq-extensions folder to enable access and have configured the "config.xml" file as per the manuals. But I am not able to access control center using domain users and i am not able to debug the issue.
I don't get any messages in the access log file. I have added the following lines to the config file as well
<access-log>
<enabled>true</enabled>
<file-name>access</file-name>
<sub-folder>access</sub-folder>
<write-through>false</write-through>
</access-log>
But no entries in the access log. Do we need to configure anything else for acess logging.
Thanks