Skip to content

Instantly share code, notes, and snippets.

@edavis
Created November 26, 2011 16:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save edavis/1395977 to your computer and use it in GitHub Desktop.
Save edavis/1395977 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