mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1155] [MERGED] Include custom attributes when bootstrapping user and group configs #1152
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1152
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/lldap/lldap/pull/1155
Author: @avargaskun
Created: 4/21/2025
Status: ✅ Merged
Merged: 4/21/2025
Merged by: @nitnelave
Base:
main← Head:bootstrap-attributes📝 Commits (5)
5a6f418Include custom attributes when bootstrapping user and group configs8597b54Fix logic to detect user/group config without custom attributes7a73dacIncrease readability of query definition using a heredoc893ba98Remove duplicate query variables and improve readability2142ebdRevert "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.