Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SASL authorization error #127

Open
alexlisten opened this issue Jul 2, 2024 · 0 comments
Open

SASL authorization error #127

alexlisten opened this issue Jul 2, 2024 · 0 comments
Labels
2sp bug Something isn't working teamE

Comments

@alexlisten
Copy link

alexlisten commented Jul 2, 2024

Hi, SASL authorization is not working

OS: Rocky 8.8
SASL: 2.1.27
tarantool: 2.11.3

Config SASL:
/etc/sasl2/tarantool-memcached.conf

mech_list: plain cram-md5
log_level: 7
sasldb_path: /tmp/test-tarantool-memcached.sasldb

User:
echo testpass | saslpasswd2 -p -c testuser -f /tmp/test-tarantool-memcached.sasldb

tarantool:

box.cfg{}
local memcached = require('memcached')
local instance = memcached.create('mapic', '0.0.0.0:11211', {
  expire_enabled = false,
  verbosity =3,
  sasl = true
})

Error:
2024-07-01 16:09:33.105 [30424] main/795/server/10.26.87.171:46650 mc_sasl.c:142 E> SASL <level 2> Password verification failed
2024-07-01 16:09:33.105 [30424] main/795/server/10.26.87.171:46650 mc_sasl.c:245 E> <memcached_sasl_auth>: Failed <sasl_server_start> with exit code -20
2024-07-01 16:09:33.105 [30424] main/795/server/10.26.87.171:46650 proto_bin.c:1104 E> memcached error 32: Authentication error

@oleg-jukovec oleg-jukovec added bug Something isn't working 3sp teamE 2sp and removed 3sp labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2sp bug Something isn't working teamE
Projects
None yet
Development

No branches or pull requests

2 participants