https://github.com/lldap/lldap logo
Join Discord
Powered by
# general
  • n

    nitnelave

    10/07/2025, 10:26 AM
    No worries 🙂
  • k

    Kumpelinus

    10/07/2025, 10:38 AM
    I figured that. I was just asking whether you might have an idea when that would be the case xD
  • k

    Kumpelinus

    10/07/2025, 10:38 AM
    But I also understand why you wouldn't want to answer that / pressure yourself without a reason
  • n

    nitnelave

    10/07/2025, 5:26 PM
    There's currently no convincing reason to release something
  • n

    nitnelave

    10/07/2025, 5:26 PM
    No notable new feature or bug fix
  • n

    nitnelave

    10/07/2025, 5:27 PM
    There are some refactorings and works in progress, but nothing user facing
  • n

    nitnelave

    10/07/2025, 5:33 PM
    Currently the only unreleased things are: - added the username to the password recovery email - fixed the jwt claims serialization to be compatible with a specific client - slightly nicer logs - new modifyTimestamp and pwdChangedTime If there is a request for a release, since nothing is really breaking, I don't mind doing a minor, but since no one is clamoring for it I don't feel rushed
  • e

    Enrico

    10/08/2025, 6:20 PM
    i'm configuring nextcloud with lldap and in the guide it says this > Set Internal Username to user_id. This is needed to that the user ID used by Nextcloud corresponds to the user_id field and not the UUID field. Is there any particular benefits from doing this?
  • n

    nitnelave

    10/08/2025, 7:01 PM
    Your user names will be readable in the UI 🙂
  • n

    nitnelave

    10/08/2025, 7:01 PM
    (the nextcloud UI)
  • n

    nitnelave

    10/08/2025, 7:01 PM
    Unless you make it a habit of remembering specific UUIDs 😄
  • a

    Alex

    10/11/2025, 6:35 PM
    Does anyone have lldap 0.6.2 or newer in use? I'm currently trying to replicate another setup with v0.6.1 and I'm running into lots of issues. Currently docker-mailserver isn't able to associate my email-address with the logged in user, so it refuses to send the email because it thinks the user doesn't own the email. I'm using the ldap filters from the examples. Does anyone know how to fix it?
  • n

    nitnelave

    10/11/2025, 7:00 PM
    Try with latest, just to be sure
  • a

    Alex

    10/11/2025, 7:00 PM
    Done that already, I'm the guy who also had issues with pgadmin, that is resolved now fortunately
  • n

    nitnelave

    10/11/2025, 7:00 PM
    There were some issues with the LDAP schema declaration that should be resolved now
  • a

    Alex

    10/11/2025, 7:01 PM
    I'm getting this in my logs, could it be related? lldap-1 | 2025-10-11T17:39:45.386196946+00:00 WARN │ ┝━ 🚧 [warn]: Ignoring unknown group attribute "mail" in filter.\n\
  • n

    nitnelave

    10/11/2025, 7:01 PM
    In that case, the best is to open a #1422548966314086420 thread and give details (including LLDAP verbose logs)
  • n

    nitnelave

    10/11/2025, 7:01 PM
    (those threads are indexed for posterity)
  • a

    Alex

    10/11/2025, 7:02 PM
    do you prefer it in troubleshooting or as a github issue?
  • n

    nitnelave

    10/11/2025, 7:02 PM
    Here so we can go back and forth
  • a

    Alex

    10/11/2025, 9:58 PM
    the issue was that my uid was different than the email address local part in combination with this: https://github.com/lldap/lldap/pull/1312 (also had this issue: https://github.com/lldap/lldap/issues/1305, which was also fixed by the PR)
  • n

    nitnelave

    10/11/2025, 9:58 PM
    Ah, there we go
  • n

    nitnelave

    10/11/2025, 9:59 PM
    Do you want to chime in to the PR to help improve it?
  • n

    nitnelave

    10/11/2025, 9:59 PM
    I can't meaningfully review it since I don't have a mailserver setup
  • a

    Alex

    10/11/2025, 9:59 PM
    I'll have a look, sure :)
  • e

    Enrico

    10/13/2025, 6:33 PM
    ldap dummy question, does lldap support creating new groups through ldap instead of the web ui?
  • n

    nitnelave

    10/13/2025, 6:34 PM
    I think so? I don't remember for sure, but I implemented a few "easy" LDAP operations a few months ago
  • n

    nitnelave

    10/13/2025, 6:34 PM
    I think you can create groups and add/remove users, but again not sure
  • e

    Enrico

    10/13/2025, 7:51 PM
    ig I'll test it later ig thx
  • s

    STYT

    10/21/2025, 12:48 PM
    Hi, did you get it to work? I am also struggling with latest Netbox (docker)