Cannot connect to LDAP server and no messages in access log

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




Hi @rgn_ppaul,

we’re glad you’ve joined the HiveMQ Community. If you’re new to MQTT, don’t hesitate to ask questions — we all start somewhere.

The Access Log contains info about MQTT clients, not about the Control Center users.

If you need to debug the LDAP you can obtain debug logging as described here:

I hope it helps.
Best regards,
Dasha from the HiveMQ Team