mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #246] [MERGED] Set admin email from config #642
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#642
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/246
Author: @ghost
Created: 7/13/2022
Status: ✅ Merged
Merged: 7/13/2022
Merged by: @nitnelave
Base:
main← Head:fm.admin_email📝 Commits (1)
0f9b0afallow admin email to be set via config📊 Changes
3 files changed (+8 additions, -0 deletions)
View changed files
📝
lldap_config.docker_template.toml(+5 -0)📝
server/src/infra/configuration.rs(+2 -0)📝
server/src/main.rs(+1 -0)📄 Description
Allows folks to set
ldap_user_emailalongsideldap_user_dnandldap_user_passvia the configuration file / environment variables. I need to have my admin account provisioned with an email at creation, so this ends up being pretty useful :)I'm having issues with building a Docker image / the linker (on Debian). but I don't think due to my changes? Please let me know if I've forgotten anything!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.