mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1054] [BUG] Keycloak example_config no longer valid as of LLDAP 0.6.0+ due to changed user and group schemas #377
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#377
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 @YUNoMakeGoodMap on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/1054
Due to changes in 0.6.0, the settings shown in Example Configs: Keycloak are no longer correct.
The user attributes that need changing or sync fails:
Groups sync just fine, but group members are never populated. This used to work in 0.5.0 and previous.
I have included my group mapper settings, to show that the defaults provided by the example config do not work.
I tried to resolve this myself using every combination of settings I could think of, and it syncs groups but not group memberships.
@nitnelave commented on GitHub (Dec 4, 2024):
Can you post the LLDAP logs of:
?
That should help identify the queries made and why it's not syncing.
Bonus points if you can also do that with 0.5 to see the diff, but I don't think it's necessary.
@YUNoMakeGoodMap commented on GitHub (Feb 11, 2025):
I believe that I resolved this by deleting the LDAP connection in Keycloak and recreated it.
May have been a fluke, some setting got stuck, kludged state, etc etc.
Not sure, but it has been resolved for quite a while.
hostconfigurable to enable IPv6 support #705