[PR #2] [MERGED] Add MS-AD Style Groups #43

Closed
opened 2026-02-27 16:47:47 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/rroemhild/docker-test-openldap/pull/2 **Author:** [@DerekTBrown](https://github.com/DerekTBrown) **Created:** 6/7/2017 **Status:** ✅ Merged **Merged:** 6/9/2017 **Merged by:** [@rroemhild](https://github.com/rroemhild) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1ab1fb7`](https://github.com/rroemhild/docker-test-openldap/commit/1ab1fb79ddf9d49ba738005cf3627ee844d08c8b) Add MS-AD Style Groups ### 📊 Changes **5 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:47:47 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-test-openldap#43
No description provided.