mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #465] Could not get admin user, trying to create it: Entity not found: admin #175
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#175
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 @hankeqi on GitHub (Mar 3, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/465
Could not get admin user, trying to create it: Entity not found:
admin@martadinata666 commented on GitHub (Mar 3, 2023):
the log is pretty clear
minimum password 8 char, got 3@nitnelave commented on GitHub (Mar 3, 2023):
I really have to make those warnings clearer. On first startup they are expected.
In your case, as @martadinata666 pointed out, the problem is that the server crashed because the admin password was too short. Even 8 characters is pretty short, to be honest. But the best is to change it after setup, so it's not written down anywhere.
@hankeqi commented on GitHub (Mar 3, 2023):
Thank you