mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #43] memberOf overlay didn't put memberOf attributes on user records #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#26
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 @masch712 on GitHub (Sep 8, 2022).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/43
050-openldap-populate appears to configure the memberOf overlay, then create the users and groups afterwards, but when I query my docker container for all users, I don't see a
memberOfattribute on any of them.Replication steps
See that none of the users have a memberOf attribute.
Did I miss something? Sorry I'm a bit of a LDAP novice, I'm using this container to test LDAP integration from my application.
@masch712 commented on GitHub (Sep 14, 2022):
Ah, it appears that
memberOfis an "Operational Attribute", so I need to append the"+"argument to myldapsearchcommand.This command returns the
memberOfattribute: