emqx-auth-mysql
emqx-auth-mysql copied to clipboard
Authentication, ACL with MySQL Database
I have compiled according to readme ,but it dosen't work, how can i fix it,Thanks `git clone https://github.com/emqx/emqx-auth-mysql.git` `cd emqx-auth-mysql && make` ===> Error building application emqx: No project builder...
请问下,emqx-auth-mysql在windows下如何编译
{emqx_auth_mysql, {bad_return, {{emqx_auth_mysql_app,start,[normal,[]]}, {'EXIT', {{badmatch, {error, {shutdown, {failed_to_start_child,emqx_auth_mysql, {shutdown, {failed_to_start_child,worker_sup, {shutdown, {failed_to_start_child, {worker,1}, {1045,, }}}}}}}}}, [{emqx_auth_mysql_app,start,2, [{file,"emqx_auth_mysql_app.erl"},{line,38}]}, {application_master,start_it_old,4, [{file,"application_master.erl"},{line,277}]}]}}}}}
when use mysql to store acl information, emqx is not case sensitive about client_id and username fileds;
auth mysql has two tables including mqtt_user and mqtt_acl. My attempts to add new users took effect immediately, but the access and topic changes to the acl didn't seem to...
Hi, good night. Is it possible to specify ca-file in this plugin? I want to connect to mariadb cluster configured as SSL-only that uses a self-signed certificate of my own...
**Environment** | | Version | | -------- | -------- | | OS| CentOS Linux release 7.6.1810 (Core)| | Erlang/OTP | 20 | | emqttd | 2.3.6 | | MySQL |...
I'm having difficulties with subscriptions with + and # : Example: ACL table: INSERT INTO `mqtt_acl` (`allow`, `ipaddr`, `username`, `access`, `topic`) VALUES (1, NULL, 'user1', 3, 'test/1-1/wtf'), (1, NULL, 'user1',...
HI we are trying to mysql login for ACL and user authentication , below is error ``` 2018-12-05 15:48:01.737 [error] [email protected]:65182 [MQTT] Username 'test2' login failed for {undef, [{emqx_passwd,check_pass, [{,},plain],...