mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1235] [BUG] LLDAP_HTTP_URL setting in docker-compose environment #438
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#438
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?
Originally created by @mevgmbh on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1235
Describe the bug
docker compose "LLDAP_HTTP_URL" setting is not working, ie. recognized for a PW reset, while the same setting in data/lldap_config.toml works well
To Reproduce
Steps to reproduce the behavior:
Expected behavior
do the same editing /data/lldap_config.toml with http_url = "http://localhost" -> http_url = "http://abc.com"
Logs
no logs available
Additional context
do the change in /data/lldap_config.toml, but not recommened as inconsitent configuration of the application - mention in https://github.com/lldap/lldap/blob/main/lldap_config.docker_template.toml: ##"All the values can be overridden through environment variables, prefixed with "LLDAP_". For instance, "ldap_port" can be overridden with the "LLDAP_LDAP_PORT" variable."##
@MahdiBaghbani commented on GitHub (Sep 6, 2025):
If you write the URL like
LLDAP_HTTP_URL=http://ldap.abc.comit should work