Re: Is SASL always file-based?

2019-10-01 Thread dormando
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. On Tue, 1 Oct 2019, Jiuming Shao wrote: > Hi there, > I have a quick

Is SASL always file-based?

2019-10-01 Thread Jiuming Shao
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