mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #18] Memberof not populating #10
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#10
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 @cybrrnick on GitHub (Sep 23, 2020).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/18
Hello, looks like memberof configuration is not populating under user records. Is that expected or is there anything needed to be done to get that to work?
@satterly commented on GitHub (Nov 3, 2020):
It works for this LDAP search...
What search filter are you using?
@stiller-leser commented on GitHub (Nov 27, 2020):
I suppose the issue is a little different. While you can request the attribute with @satterly's
ldapsearchthememberOfattribute is never returned forinetOrgPersonfor aldapsearchthat is not requesting it. All other fields are.Trying to add it into https://github.com/rroemhild/docker-test-openldap/blob/master/bootstrap/config/msad.ldif#L19 results in
@rroemhild commented on GitHub (Jan 3, 2021):
Hi @nikirago,
memberofis an operation attribute and not returned by the server per default. You can return it explicit as in the example from @satterly or add the+sign at the end of your ldapsearch command:I'll close this issue. Feel free to re-open it if you still can't get the
memberOfattribute.