https://github.com/lldap/lldap logo
I think this is the pertinent query. There's anoth...
# troubleshooting
y
I think this is the pertinent query. There's another one below that's specific for groups:
Copy code
2022-11-20T15:27:53.269276883+00:00 DEBUG    │  │  │     ┝━ 🐛 [debug]:  | query: SELECT "users"."user_id", "email", "users"."display_name", "first_name", "last_name", "avatar", "users"."creation_date", "users"."uuid" FROM "users" LEFT JOIN "memberships" ON "users"."user_id" = "memberships"."user_id" LEFT JOIN "groups" ON "memberships"."group_id" = "groups"."group_id" WHERE "groups"."display_name" = ? ORDER BY "users"."user_id" ASC