--- a/src/server/safs/auth.c Wed Dec 17 22:15:48 2025 +0100 +++ b/src/server/safs/auth.c Tue Dec 30 21:44:49 2025 +0100 @@ -243,7 +243,7 @@ // get auth db ServerConfiguration *config = session_get_config(sn); - AuthDB *authdb = cxMapGet(config->authdbs, cx_hash_key_str(db)); + AuthDB *authdb = cxMapGet(config->authdbs, db); User *auth_user = authdb->get_user(authdb, sn, rq, user); if(auth_user && !auth_user->verify_password(auth_user, pw)) {