https://github.com/lldap/lldap logo
Join Discord
Powered by
# projects
  • f

    Firstyear

    02/14/2024, 9:58 PM
    Its been a cause of issues for freeipa users for ages
  • j

    Johannes

    02/14/2024, 9:59 PM
    But thats for version 2026.*
  • f

    Firstyear

    02/14/2024, 9:59 PM
    If you can work out tls in tpm and the mtls with sasl external it works
  • n

    nitnelave

    02/14/2024, 9:59 PM
    At least I can return a nice error message in LLDAP
  • j

    Johannes

    02/14/2024, 9:59 PM
    Right now i just have a hello world page and a hallo johannes page 😂😂
  • n

    nitnelave

    02/14/2024, 9:59 PM
    Like "you need to put in your TOTP with this format!"
  • j

    Johannes

    02/14/2024, 9:59 PM
    And a HUUUGE roadmap
  • n

    nitnelave

    02/14/2024, 10:00 PM
    Alright, logging off for tonight
  • n

    nitnelave

    02/14/2024, 10:01 PM
    Catch some 💤 while the baby is asleep
  • j

    Johannes

    02/14/2024, 10:01 PM
    Same! Geading to bed 🙂
  • f

    Firstyear

    02/14/2024, 10:01 PM
    Sleep well
  • j

    Johannes

    02/14/2024, 10:01 PM
    Good night!
  • n

    nitnelave

    02/14/2024, 10:01 PM
    Have a nice day @Firstyear
  • f

    Firstyear

    02/14/2024, 10:01 PM
    @Johannes ping me later about this stuff
  • j

    Johannes

    02/14/2024, 10:01 PM
    And good day 😂
  • f

    Firstyear

    02/14/2024, 10:01 PM
    Yeah i just woke up
  • f

    Firstyear

    02/14/2024, 10:01 PM
    Nice warm day here
  • j

    Johannes

    02/14/2024, 10:02 PM
    Lucky you 😦 im so frustrated with this winter
  • j

    Johannes

    02/14/2024, 10:03 PM
    I send you a DM, lest i forget
  • i

    Ibaraki Douji

    09/25/2024, 1:26 PM
    I did a panel to manage the users and permissions for my LLDAP, cool thing is that once you create some users and groups, you have a node editor to manage the relations between the groups and users. I also added a special bots group for the differents services i have. It's also using Authelia for the authentification to the website (using trusted headers passed by traefik) And if your asking the back only uses the graph API, not the ldap one And to finish, no the project is not fully ended, i need to add the objectclass edition, as well as better UI/UX (currently it's not very responsive) -# (i know you already have a UI, tho i personally don't really like it) https://cdn.discordapp.com/attachments/1207383575423361124/1288491864261132309/image.png?ex=66f5610f&is=66f40f8f&hm=c5e2d741530941e5316376c6e9b76b39d98a5e21a6f5a1668e4d6bd6350a9b62& https://cdn.discordapp.com/attachments/1207383575423361124/1288491864512794767/image.png?ex=66f5610f&is=66f40f8f&hm=c893618683e1be91d5664b118cc22b21d4b96c9253b51f61e54be0c252565509&
  • n

    nitnelave

    09/27/2024, 11:11 AM
    That looks great! Yeah, the web UI also uses the GraphQL API only. Not everything is possible with just LDAP, you have to use GraphQL in the end. I fully support new UIs! I haven't had time to update the current one for the latest features, but anyway UI is not my strong suit.
  • n

    nitnelave

    09/27/2024, 11:12 AM
    @Ibaraki Douji did you also implement custom attributes? That's the tricky thing that is holding up further work for us
  • n

    nitnelave

    09/27/2024, 11:12 AM
    If you release your project, tell me and I'll add a link in the Readme
  • i

    Ibaraki Douji

    09/27/2024, 11:21 AM
    for now there is no UI management for the custom attributes, tho i already implemented some elements in the back to create attributes (as for now it was to test how it was working) Tho i could add a new page to edit the User and Group objects and since i don't need it on my end i didn't do it for now
  • i

    Ibaraki Douji

    09/27/2024, 11:25 AM
    and for now there was no plan to release this proeject to the public, tho in the future i might release it to the public
  • g

    greven

    11/12/2024, 5:59 PM
    Had some fun writing a terraform provider for lldap: https://github.com/tasansga/terraform-provider-lldap
  • n

    nitnelave

    11/12/2024, 6:05 PM
    Neat! Can you add it to the Readme?
  • For anyone interested I just finished a
    v

    Vegard Hagen

    01/26/2025, 2:06 PM
    For anyone interested I just finished a write-up of how to configure LLDAP on Kubernetes [here](https://blog.stonegarden.dev/articles/2025/01/lldap/). What could've been just a yaml-file of users in an Authelia instance quickly developed to a rabbit hole of LDAP and SMTP, though I had fun figuring stuff out. Thanks for creating LLDAP!
    n
    • 2
    • 4
  • m

    matrix_pwner

    04/16/2025, 8:16 PM
    Anyone have an ansible example of how to set up the lldap container with nonroot? I was perfectly able to run it from bash, but damn it if i can get it to run when using ansible to create it
  • m

    matrix_pwner

    04/16/2025, 8:16 PM
    (also podman, not docker)