Memcached 1.4.5里面通过sasl提供了认证支持,编译的时候可以启用该功能,编译参数:
[memcached-1.4.5]# ./configure –help| grep -i sasl
–enable-sasl Enable SASL authentication
–enable-sasl-pwdb Enable plaintext password db
SASL全称Simple Authentication and Security Layer,是一种用来扩充C/S模式验证能力的机制;
关于sasl:
参考文档:http://tools.ietf.org/html/rfc4422
c库实现: http://asg.web.cmu.edu/sasl/sasl-library.html
GNU libgsasl实现: http://www.gnu.org/software/gsasl/
其它资料:
http://asg.web.cmu.edu/sasl/