-
-
Save euclid1990/c3042ba8807ce1468703ecb90c68aa28 to your computer and use it in GitHub Desktop.
Get memcached working with SASL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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