mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1324] [BUG] LLDAP 0.6.2 "invalid attribute memberof" #462
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#462
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mindar on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1324
Describe the bug
I have a dockerized setup with lldap, postgres and pgadmin. Pgadmin uses lldap as its account source. Recently I set up a new server with a newer version of lldap (previously 0.6.1, now 0.6.2) (also updated pgadmin from 9.2 to 9.8) and now the setup no longer works.
When I try to log into pgadmin using ldap authentication, pgadmin will fail to log me into my account and show this error message:
Additionally a error message is printed to docker logs by pgadmin (see below).
I have tested several configurations and versions:
It works correctly with the same config and docker compose file for lldap v0.6.1
To Reproduce
Set up dockerized lldap:stable, pgadmin and postgresql with the following pgadmin ldap config:
Expected behavior
pgadmin is able to use
memberof.Logs
lldap:
pgadmin:
Additional context
No additional context.
@nitnelave commented on GitHub (Oct 11, 2025):
Can you try upgrading to the nightly build? I think we fixed that already
@Mindar commented on GitHub (Oct 11, 2025):
yep,
lldap/lldap:latestworks