Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Version 1.6.11 released

Hi Leandro,

The plugin interface hasn't changed since version 1.6, so any of the
mosquitto_auth_plugin forks that have been updated for that should
work. For example this one claims to have support:
https://github.com/Linreg-gmx-net/mosquitto-auth-plug

I'm currently working on non file based authentication and access
control, using topics for adding/removing users and setting security
policies. I'll be sending an email about it soon.

Regards,

Roger

On Tue, 11 Aug 2020 at 20:00, Leandro Roggerone <ingrogger@xxxxxxxxx> wrote:
>
> Great news , let me ask about auth plug in.
> is it compatible with this new version ?
> Regards.
> Leandro.
>
> El mar., 11 ago. 2020 a las 8:43, Roger Light (<roger@xxxxxxxxxx>) escribió:
>>
>> Dear all,
>>
>> I've just released Mosquitto 1.6.11. Source and Windows binaries are
>> available right now, other binaries will be available later.
>>
>> More details: https://mosquitto.org/blog/2020/08/version-1-6-11-released/
>>
>> Regards,
>>
>> Roger
>> _______________________________________________
>> mosquitto-dev mailing list
>> mosquitto-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mosquitto-dev
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top