Vivek Kumar Dutta
|
082452bfb5
|
mosquitto-auth-shadow: support libpam based authentication
|
2025-09-10 15:32:24 +05:30 |
|
Vivek Kumar Dutta
|
eb06147743
|
mosquitto-auth-shadow: updated dependency on mosquitto-ssl to avoid ambiguity
|
2024-12-12 11:15:53 +00:00 |
|
Michael Polyntsov
|
b96d6a5a1b
|
mosquitto-auth-shadow: Define _GNU_SOURCE before using crypt_r
In glibc crypt_r is available only if _GNU_SOURCE is defined,
so defining it since we're going to compile with glibc
|
2023-12-08 10:16:16 +00:00 |
|
Erik Karlsson
|
9aed3b5e63
|
mosquitto-auth-shadow: initial implementation
Plugin for the mosquitto MQTT broker that allows authentication of
users via /etc/shadow
|
2022-07-15 04:17:50 +00:00 |
|