mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[PR #3] [MERGED] Move MSAD LDAP config into core schema #46
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#46
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?
📋 Pull Request Information
Original PR: https://github.com/rroemhild/docker-test-openldap/pull/3
Author: @timtrinidad
Created: 1/20/2018
Status: ✅ Merged
Merged: 1/21/2018
Merged by: @rroemhild
Base:
master← Head:master📝 Commits (1)
926b05aMove MSAD LDAP config into core schema📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
bootstrap/config/msad.ldif(+2 -2)📄 Description
When running an
ldapsearchfor groups, no results are found:The logs show that the objectClass is unknown (with the
?objectClass):And dumping the schema doesn't show the MSAD schema modifications
By moving the MSAD schema into
cn={0}core,cn=schema,cn=config, all of the above works. However, I'm still not completely sure why it didn't work properly before.Search:
Logs (notice the question mark no longer precedes
objectClass):Schema dump:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.