Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SASL create user failure

Tags:

memcached

sasl

I am trying to add new user to SASL db with:

 saslpasswd2 -a memcached -c <new_user>.

Once I repeat password I get following error:

 saslpasswd2: generic failure

I was not able to find any solution online...

like image 922
rastko Avatar asked Mar 12 '26 16:03

rastko


1 Answers

If anyone has similar problem, solution is to add sudo before saslpasswd2...

sudo saslpasswd2 -a memcached -c <new_user>
like image 94
rastko Avatar answered Mar 17 '26 02:03

rastko