You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcached
Hi there,
I have a quick question on SASL configuration and mechanism choice.
I noticed that for SASL DB, I always need to pass in a username and password (either in a db file or using `saslpasswd2`) as the credential to auth connection. I am wondering if there is any plugins or mechanisms which can accept dynamic credential.
I don't want to store anything on disk nor send any credential in plain text on wire. I already have a credential provider daemon ready, I can always query it for the latest credential that I should use(shared by both cache client and cache server.).
Thanks in advance!
Jiuming
dormando
unread,
Oct 1, 2019, 3:21:35 PM10/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcached
That all depends on your SASL backend service; you should be able to
connect it to whatever you want.
However actually doing that can be complicated. You'll have to find
tutorials online, since it isn't memcached specific.