Re: memcached + SASL: Password verification failed

2019-03-19 Thread dormando
t/binary-sasl.t under memcached/memcached should show you examples of how to authenticate. You should be able to just hack up the test to get more information about what the password files look like/etc. it writes it out to tmp. seems some systems require the @hostname and some don't (mine

Re: memcached + SASL: Password verification failed

2019-03-19 Thread Jiuming Shao
Thanks for getting back to me! I referred to that because memcached/memcached does not tell me how the binary protocol packets for SASL AUTH looks like. For all the server configuration and db setup, I followed https://github.com/memcached/memcached/wiki/SASLHowto and