Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] client authorization in mosquitto broker

Hi Abdul,

Great, glad you got it sorted.

Cheers,

Roger


On Mon, Jun 8, 2015 at 12:42 PM, Abdul Wahid <abdulwahidw@xxxxxxxxx> wrote:
Hi Roger,

Probably my wordings were confusing, what I really intended to tell was that only one client can publish/subscribe and other clients can subscribe to the messages based on ACL's. The ACL entries are like this.
user clientA
topic #
user clientB
topic topicname1
user clientC
topic topicname2

With this configuration I am able to do what I wanted i.e
ClientA can publish/subscribe all topics
ClientB can only subscribe only to topicname1
ClientC can only subscribe only to topicname2.

Regards,
Wahid

_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top