mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #397] [bug] passwords change after container deletion #153
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#153
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 @LoricAndre on GitHub (Dec 20, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/397
Hello,
Thank you for creating this service !
However, after setting it up, everything worked perfectly and I could add users and use them, until I ran
docker-compose down && docker-compose up -d.Then, after it gor back up, I was unable to login using the accounts until I manually changed the password to what I originally set them during the setup. The logs go in that direction, indicating that the admin password I am supplying is wrong until I manually set it back.
My setup is quite basic (no ssl, admin account is
root) but inside a bigger array of docker-compose services, so I would like to avoid having to paste it here if possible.I am running this on an arm64 machine if that is of any help, using docker
stabletag.@nitnelave commented on GitHub (Dec 21, 2022):
Hmm, could you share the relevant docker-compose config? Namely:
When you managed to reconnect after changing the password again, did you still have the new users you created? It sounds a bit like the DB was deleted when you ran
docker-compose down.Finally, can you post the beginning of the verbose LLDAP logs? I.e. config, startup messages, and one login attempt.