mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[PR #2] [MERGED] Add MS-AD Style Groups #43
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#43
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/2
Author: @DerekTBrown
Created: 6/7/2017
Status: ✅ Merged
Merged: 6/9/2017
Merged by: @rroemhild
Base:
master← Head:master📝 Commits (1)
1ab1fb7Add MS-AD Style Groups📊 Changes
5 files changed (+58 additions, -0 deletions)
View changed files
📝
README.md(+19 -0)➕
bootstrap/config/msad.ldif(+19 -0)➕
bootstrap/data/30_groups_admin.ldif(+7 -0)➕
bootstrap/data/30_groups_crew.ldif(+8 -0)📝
bootstrap/slapd-init.sh(+5 -0)📄 Description
The application I am testing uses MS-AD groups for role-based authentication. However my CI runs in a dockerized environment, which doesn't support running a full Windows Server. So instead, I added Group objects (with the same schema as MS-AD) to OpenLDAP so I can test. I think this could be useful to other users testing with groups, so I would like to push upsteam.
Unrelated note: love the Futurama theme!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.