我在ACL表中设置了一个测试用户:
other/%c/test
然后,我以该用户身份将ClientId设置为“十”进行连接。
我发布了以下主题:other/ten/test
在日志中,我得到...
mosquitto_auth_acl_check(..., client id not available, mosx15, other/ten/test, MOSQ_ACL_WRITE)
mysql: topic_matches(test/#, test/#) == 0
mysql: topic_matches(Status/#, Status/#) == 0
mysql: topic_matches(other/client id not available/test, other/%c/test) == 0
aclcheck(mosx15, other/ten/test, 2) AUTHORIZED=0 by none
我应该在conf文件中做些什么才能使用此功能?