Comment #5 on issue 231 by [email protected]: SASL authentication not working on reboot
http://code.google.com/p/memcached/issues/detail?id=231
I thought about that, but SELinux is not enabled: /etc/selinux/config: # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - SELinux is fully disabled. SELINUX=disabled # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted And /etc/sasldb2 has no security context anyway: ls -lZ /etc/sasldb2 -rw-r----- root root ? /etc/sasldb2
