mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[GH-ISSUE #332] [Bug] Removing admin account #124
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#124
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 @gelven4sec on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/332
Hi,
I got some issues upgrading from the docker image version 0.4.0 to 0.4.1.
I think the problem comes from the startup process looking for the
adminaccount which I deleted because I didn't wanted that username on my admin account. (That actually may not be related to the version)And there also seems to be a problem with the database.
Here's the log:
PS: Awesome project !
@nitnelave commented on GitHub (Oct 13, 2022):
Did you change the admin username in the config? It'll try to recreate the admin user every time if it doesn't exist, so you have to change the config to match an admin user.
@gelven4sec commented on GitHub (Oct 13, 2022):
Yes I did. I don't want to keep a user named
adminin my setup.Is there a workaround ?
EDIT: I totally misread your answer, I just changed the admin in the config file and it now works again. I'm closing this. Big thanks.