mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[PR #14] [MERGED] Add automatic config admin password replacement #48
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#48
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/14
Author: @michelvocks
Created: 2/14/2020
Status: ✅ Merged
Merged: 5/16/2020
Merged by: @rroemhild
Base:
master← Head:add_config_admin_pw📝 Commits (1)
a34f163Add automatic config admin password replacement📊 Changes
2 files changed (+16 additions, -4 deletions)
View changed files
➕
bootstrap/config/configadminpw.ldif(+4 -0)📝
bootstrap/slapd-init.sh(+12 -4)📄 Description
By default, OpenLDAP on Debian adds a default configuration admin user with a randomly generated root password. This PR adds a function that automatically changes this password to the
LDAP_SECRETpassword on the initial startup.This is super helpful when you programmatically want to update certain configurations (e.g. schema) within your unit-tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.