emqx / emqx-auth-mysql

Authentication, ACL with MySQL Database
https://www.emqx.com
Apache License 2.0
56 stars 56 forks source link

username and client_id is case sensitive? #247

Open aijingaiyi opened 4 years ago

aijingaiyi commented 4 years ago

when use mysql to store acl information, emqx is not case sensitive about client_id and username fileds;

HJianBo commented 4 years ago

Yes, it is indeed indistinguishable.

aijingaiyi commented 4 years ago

thank you for confirming this,there are many strange things happened before,that confused me a lot, is thiere any plan to make it case sensiive?

HJianBo commented 4 years ago

Sorry @aijingaiyi these fields are case-sensitive, I misunderstood.