[PR #991] [MERGED] Add support for bootstrapping schemas #1057

Closed
opened 2026-02-27 09:10:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/991
Author: @ggodlewski
Created: 10/9/2024
Status: Merged
Merged: 10/10/2024
Merged by: @nitnelave

Base: mainHead: patch-1


📝 Commits (5)

  • 3cc35d9 Add support for bootstrapping schemas
  • 73ef7bc Support legacy bootstrap defaults
  • 6c9dc4b Update bootstrap.md
  • c620caa Ignore bootstrap schemas for legacy installations
  • cf60fd1 Fix typos

📊 Changes

2 files changed (+194 additions, -18 deletions)

View changed files

📝 example_configs/bootstrap/bootstrap.md (+72 -12)
📝 scripts/bootstrap.sh (+122 -6)

📄 Description

  • Moved default bootstrap dirs into single /bootstrap parent dir in order to have single docker volume bind
  • Added default values for LDAP url and credentials - same as default lldap values
  • Added support for bootstrapping schemas

Place schema files under /bootstrap/(user|group)-schemas/*.json

Sample content:

[
  {
    "name" : "test_attrib",
    "attributeType" : "STRING",
    "isEditable" : true,
    "isList" : false,
    "isVisible" : true
  }
]

🔄 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/lldap/lldap/pull/991 **Author:** [@ggodlewski](https://github.com/ggodlewski) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (5) - [`3cc35d9`](https://github.com/lldap/lldap/commit/3cc35d9a29f2859ce88c86d733768843fc01815a) Add support for bootstrapping schemas - [`73ef7bc`](https://github.com/lldap/lldap/commit/73ef7bcceabc9f63c209429a18a24df62da3a4d0) Support legacy bootstrap defaults - [`6c9dc4b`](https://github.com/lldap/lldap/commit/6c9dc4b18dd499f1766ad2918813e3c967695126) Update bootstrap.md - [`c620caa`](https://github.com/lldap/lldap/commit/c620caa9a94bd7b81d92daf711c3b41b7cda8105) Ignore bootstrap schemas for legacy installations - [`cf60fd1`](https://github.com/lldap/lldap/commit/cf60fd1c0252c00a888c797757b882ddc1ef12ab) Fix typos ### 📊 Changes **2 files changed** (+194 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `example_configs/bootstrap/bootstrap.md` (+72 -12) 📝 `scripts/bootstrap.sh` (+122 -6) </details> ### 📄 Description * Moved default bootstrap dirs into single /bootstrap parent dir in order to have single docker volume bind * Added default values for LDAP url and credentials - same as default lldap values * Added support for bootstrapping schemas Place schema files under /bootstrap/(user|group)-schemas/*.json Sample content: ``` [ { "name" : "test_attrib", "attributeType" : "STRING", "isEditable" : true, "isList" : false, "isVisible" : true } ] ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:45 +03:00
Sign in to join this conversation.
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/lldap-lldap#1057
No description provided.