[PR #65] [CLOSED] 4.2 #67

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

📋 Pull Request Information

Original PR: https://github.com/rroemhild/docker-test-openldap/pull/65
Author: @alexandredevely
Created: 9/5/2025
Status: Closed

Base: masterHead: 4.2


📝 Commits (10+)

  • ed8b112 add posixAccount uidNumber and gidNumber
  • 2cdfb78 add posixAccount uidNumber and gidNumber
  • 1961797 add posixAccount uidNumber gidNumber and homeDirectory to fry and hermers account
  • 5986682 add posixAccount uidNumber gidNumber and homeDirectory to fry and hermers account
  • 5e3269f disable tls to make it works
  • e4ed460 fix typo
  • e03a748 add posixAccount
  • 790d46d update release
  • 33ba89d update file
  • 64a1f5a Merge pull request #1 from rroemhild/master

📊 Changes

31 files changed (+351 additions, -355 deletions)

View changed files

.github/workflows/docker-image.yml (+51 -0)
.github/workflows/docker-publish.yml (+0 -63)
📝 .gitignore (+2 -0)
📝 Dockerfile (+17 -33)
📝 README.md (+55 -9)
docker-compose.yml (+0 -25)
docker-entrypoint.sh (+97 -0)
📝 ldif/01_people.ldif (+0 -0)
📝 ldif/10_people_amy.ldif (+4 -0)
📝 ldif/10_people_bender.ldif (+5 -1)
📝 ldif/10_people_fry.ldif (+4 -0)
📝 ldif/10_people_hermes.ldif (+4 -0)
📝 ldif/10_people_leela.ldif (+4 -0)
📝 ldif/10_people_professor.ldif (+4 -0)
📝 ldif/10_people_zoidberg.ldif (+4 -0)
ldif/30_groups_admin.ldif (+7 -0)
ldif/30_groups_crew.ldif (+9 -0)
rootfs/etc/cont-init.d/000-slapd-package-config (+0 -21)
rootfs/etc/cont-init.d/010-tls-certificates (+0 -24)
rootfs/etc/cont-init.d/020-filesystem-perms (+0 -4)

...and 11 more files

📄 Description

No description provided


🔄 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/65 **Author:** [@alexandredevely](https://github.com/alexandredevely) **Created:** 9/5/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `4.2` --- ### 📝 Commits (10+) - [`ed8b112`](https://github.com/rroemhild/docker-test-openldap/commit/ed8b1126643d86638e900b144ed361f9a2f6d2fc) add posixAccount uidNumber and gidNumber - [`2cdfb78`](https://github.com/rroemhild/docker-test-openldap/commit/2cdfb78e1b9c8d474507c30350f938763ea3a00a) add posixAccount uidNumber and gidNumber - [`1961797`](https://github.com/rroemhild/docker-test-openldap/commit/1961797c9916bdbfcdefae524970b561aa3d6bd2) add posixAccount uidNumber gidNumber and homeDirectory to fry and hermers account - [`5986682`](https://github.com/rroemhild/docker-test-openldap/commit/598668268f2e5d35feb74bc4ec4ee45afcc0d863) add posixAccount uidNumber gidNumber and homeDirectory to fry and hermers account - [`5e3269f`](https://github.com/rroemhild/docker-test-openldap/commit/5e3269fab2fdfadebba97e25ca67a8d3a329f656) disable tls to make it works - [`e4ed460`](https://github.com/rroemhild/docker-test-openldap/commit/e4ed460694fae37c8ffce621931f27e28b9c9cac) fix typo - [`e03a748`](https://github.com/rroemhild/docker-test-openldap/commit/e03a748709694ec1480540eed49c157d21365065) add posixAccount - [`790d46d`](https://github.com/rroemhild/docker-test-openldap/commit/790d46d76d77155d93a9b0539dd5d6f85794deca) update release - [`33ba89d`](https://github.com/rroemhild/docker-test-openldap/commit/33ba89d827c88c1a598632e150511b34eed07674) update file - [`64a1f5a`](https://github.com/rroemhild/docker-test-openldap/commit/64a1f5a4786a5e345128a506f01b510f3d0cdac3) Merge pull request #1 from rroemhild/master ### 📊 Changes **31 files changed** (+351 additions, -355 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker-image.yml` (+51 -0) ➖ `.github/workflows/docker-publish.yml` (+0 -63) 📝 `.gitignore` (+2 -0) 📝 `Dockerfile` (+17 -33) 📝 `README.md` (+55 -9) ➖ `docker-compose.yml` (+0 -25) ➕ `docker-entrypoint.sh` (+97 -0) 📝 `ldif/01_people.ldif` (+0 -0) 📝 `ldif/10_people_amy.ldif` (+4 -0) 📝 `ldif/10_people_bender.ldif` (+5 -1) 📝 `ldif/10_people_fry.ldif` (+4 -0) 📝 `ldif/10_people_hermes.ldif` (+4 -0) 📝 `ldif/10_people_leela.ldif` (+4 -0) 📝 `ldif/10_people_professor.ldif` (+4 -0) 📝 `ldif/10_people_zoidberg.ldif` (+4 -0) ➕ `ldif/30_groups_admin.ldif` (+7 -0) ➕ `ldif/30_groups_crew.ldif` (+9 -0) ➖ `rootfs/etc/cont-init.d/000-slapd-package-config` (+0 -21) ➖ `rootfs/etc/cont-init.d/010-tls-certificates` (+0 -24) ➖ `rootfs/etc/cont-init.d/020-filesystem-perms` (+0 -4) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <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:52 +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#67
No description provided.