Re: Regarding setting up SASL with memcached server and getting a memcached client to associate with server.

2018-04-11 Thread dormando
I don't see anything wrong with it. Since you ultimately need this to run on ubuntu, why don't you start testing with a VM? It might not matter at all if the problem is just with the mac. On Wed, 11 Apr 2018, Om Kale wrote: > Ah, I see. This person on the memcached group also observed the same

Re: Regarding setting up SASL with memcached server and getting a memcached client to associate with server.

2018-04-11 Thread dormando
I'm on ubuntu.. I didn't do anything special or change anything, I gave a list of all the commands I ran to make it work verbatim. I didn't have the username@ETC issue happen at all. If I had to guess, that would need to be fixed on the client side. On Wed, 11 Apr 2018, Om Kale wrote: > Hey

basic auth token support

2018-04-11 Thread dormando
Hey, In the wake of all this exposed-internet fun, I want to do something I should've years ago; add support for a basic authentication token. Currently, with binary protocol, you have the option of using SASL. This requires compiling against sasl, a client that both speaks binprot and sasl, and

Re: Regarding setting up SASL with memcached server and getting a memcached client to associate with server.

2018-04-11 Thread dormando
I don't really know. I don't have a mac so I don't know why saslpasswd2 doesn't work. If it gives you any output when it doesn't work (with the -f argument), please share it. You can also strace the command to see if there are any obvious errors before it exits. There must be some reason why it's