Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euclid1990/c3042ba8807ce1468703ecb90c68aa28 to your computer and use it in GitHub Desktop.
Save euclid1990/c3042ba8807ce1468703ecb90c68aa28 to your computer and use it in GitHub Desktop.
Get memcached working with SASL
Download memcached source
./configure --enable-sasl --enable-sasl-pwdb
make
echo "user:password" > memcached-sasl-pwdb
export MEMCACHED_SASL_PWDB=memcached-sasl-pwdb
./memcached -S -vv
Don't need anything with sasl, saslpasswd2, or memcached.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment