[GH-ISSUE #1033] [BUG] Wrong version string in webinterface #372

Closed
opened 2026-02-27 08:16:55 +03:00 by kerem · 2 comments
Owner

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
image
while version 0.6.0 is installed

root@machine:/home/user# lldap -V
lldap 0.6.0

To Reproduce
Steps to reproduce the behavior:

  1. See footer of webinterface
  2. In server console run lldap -V

Expected behavior
Version strings match.

Logs
If applicable, add logs to explain the problem.
LLDAP should be started in verbose mode (LLDAP_VERBOSE=true env variable, or verbose = true in 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

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 ![image](https://github.com/user-attachments/assets/7d65ffa7-f103-4a1e-ac35-1850417b863d) while version 0.6.0 is installed ```shell root@machine:/home/user# lldap -V lldap 0.6.0 ``` **To Reproduce** Steps to reproduce the behavior: 1. See footer of webinterface 2. In server console run `lldap -V` **Expected behavior** Version strings match. **Logs** If applicable, add logs to explain the problem. LLDAP should be started in verbose mode (`LLDAP_VERBOSE=true` env variable, or `verbose = true` in 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](https://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_24.04/)
kerem 2026-02-27 08:16:55 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@nitnelave commented on GitHub (Nov 11, 2024):

Can you try clearing your cache? I think the wasm didn't get refreshed after the update.

<!-- gh-comment-id:2469049575 --> @nitnelave commented on GitHub (Nov 11, 2024): Can you try clearing your cache? I think the wasm didn't get refreshed after the update.
Author
Owner

@q-wertz commented on GitHub (Nov 11, 2024):

You are right. I'm sorry 😓

<!-- gh-comment-id:2469259250 --> @q-wertz commented on GitHub (Nov 11, 2024): You are right. I'm sorry :sweat:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#372
No description provided.