mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#54
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/rroemhild/docker-test-openldap/pull/25
Author: @karloie
Created: 2/2/2021
Status: ✅ Merged
Merged: 2/4/2021
Merged by: @rroemhild
Base:
master← Head:master📝 Commits (1)
3d2df86escaping reserved sed characters📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
bootstrap/slapd-init.sh(+1 -0)📄 Description
Hi and thanks for your project! I have been looking for an easy way to run AD integration tests and your project was exactly what I needed.
But sometimes when I build the image the slappasswd salted password contains characters that needs to be escaped for use with sed. I've added a line in slapd-init.sh that escapes the password.
Examples of build failures:
docker build . -t rroemhild/docker-test-openldap
The escape code is taken from here: https://stackoverflow.com/questions/407523/escape-a-string-for-a-sed-replace-pattern
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.