mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1033] [BUG] Wrong version string in webinterface #372
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#372
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 @q-wertz on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/1033
Describe the bug

In the webinterface footer the version string is still 0.5.0
while version 0.6.0 is installed
To Reproduce
Steps to reproduce the behavior:
lldap -VExpected behavior
Version strings match.
Logs
If applicable, add logs to explain the problem.
LLDAP should be started in verbose mode (
LLDAP_VERBOSE=trueenv variable, orverbose = truein the config). Include the logs in triple-backtick "```"If integrating with another service, please add its configuration (paste it or screenshot it) as well as any useful logs or screenshots (showing the error, for instance).
Additional context
Installed from inofficial package repo
@nitnelave commented on GitHub (Nov 11, 2024):
Can you try clearing your cache? I think the wasm didn't get refreshed after the update.
@q-wertz commented on GitHub (Nov 11, 2024):
You are right. I'm sorry 😓