[PR #1155] [MERGED] Include custom attributes when bootstrapping user and group configs #1152

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1155
Author: @avargaskun
Created: 4/21/2025
Status: Merged
Merged: 4/21/2025
Merged by: @nitnelave

Base: mainHead: bootstrap-attributes


📝 Commits (5)

  • 5a6f418 Include custom attributes when bootstrapping user and group configs
  • 8597b54 Fix logic to detect user/group config without custom attributes
  • 7a73dac Increase readability of query definition using a heredoc
  • 893ba98 Remove duplicate query variables and improve readability
  • 2142ebd Revert "Increase readability of query definition using a heredoc"

📊 Changes

1 file changed (+153 additions, -1 deletions)

View changed files

📝 scripts/bootstrap.sh (+153 -1)

📄 Description

Fixes #1088

Update the bootstrap script to include additional attributes for users and groups.

I've done light testing on these changes but they seem to work fine for all supported data types.

Currently I use this script by mapping it to a separate folder with docker (i.e. -v "<script_location>":/scripts) and executing it from there.


🔄 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/1155 **Author:** [@avargaskun](https://github.com/avargaskun) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `bootstrap-attributes` --- ### 📝 Commits (5) - [`5a6f418`](https://github.com/lldap/lldap/commit/5a6f4182ad6cb60df0e685959b6ff7cc655ad535) Include custom attributes when bootstrapping user and group configs - [`8597b54`](https://github.com/lldap/lldap/commit/8597b54fbda44abb1a89017f6d496dae05129e5e) Fix logic to detect user/group config without custom attributes - [`7a73dac`](https://github.com/lldap/lldap/commit/7a73dacc21e2aa49fae6f3d1f477ddd3b4ca2ec3) Increase readability of query definition using a heredoc - [`893ba98`](https://github.com/lldap/lldap/commit/893ba982151a50e2bdd5a0a4609061c27fb332e0) Remove duplicate query variables and improve readability - [`2142ebd`](https://github.com/lldap/lldap/commit/2142ebde81d83304a051a3711449108e02ea6041) Revert "Increase readability of query definition using a heredoc" ### 📊 Changes **1 file changed** (+153 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/bootstrap.sh` (+153 -1) </details> ### 📄 Description Fixes #1088 Update the bootstrap script to include additional attributes for users and groups. I've done light testing on these changes but they seem to work fine for all supported data types. Currently I use this script by mapping it to a separate folder with docker (i.e. -v "<script_location>":/scripts) and executing it from there. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:11:06 +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#1152
No description provided.