Comment #2 on issue 350 by [email protected]: memcached: SASL authentication not working in CentOS 6 64-bit
http://code.google.com/p/memcached/issues/detail?id=350

Ok, I fixed the issue by doing chown -R root:root /etc/memcached and then chmod -R 777 /etc/memcached (this is only a memcache server so i dont really care about other user access to this folder).

Now in the logs I get:
authenticated() in cmd 0x21 is true
mech:  ``PLAIN'' with 28 bytes of data
INFO: User <[email protected]> failed to authenticate
SASL (severity 2): Password verification failed
sasl result code:  -20
Unknown sasl response:  -20
30 Writing an error: Auth failure.

How can I set so that when authenticating it only looks at the username and memcached deosnt care about the at symbol and server hostname connecting to it (since I only have myname:mypass in the memcached sasl db)?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to