mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1349] Disclose LLM usage in README #473
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#473
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 @maciek134 on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1349
It would be nice if the usage of LLM(s) to write this code would be disclosed - especially since you are asking for financial support.
Opinions and ethical dilemmas aside, a lot of people (me included) would rather waste a couple hours setting up OpenLDAP than trust LLM output when it comes to user credentials.
@nitnelave commented on GitHub (Nov 12, 2025):
That's a fair point, and I understand the feeling. Before I make any changes to the repository, I want to share a few things here:
My stance on LLMs is that they're a tool, like an editor: you wouldn't reject a project because it was written with Vim rather than Emacs. How you write the code doesn't matter as much as the quality of the code produced, and the knowledge of the maintainers (see Programming as Theory Building). In that way, I have used LLMs to be able to write from my phone what I knew I wanted to write, and could not find the time in front of a computer to do (I have very limited spare time these days, and it's easier to snatch 5 minutes on the phone here and there). I don't delegate the thinking to an agent.
Now, with all that said, when choosing LLDAP, a few caveats come up:
If you hang out on the Discord server, you'll see that I have never made any claims about LLDAP's security, apart from being horrified at the suggestion that someone run it in a hospital 😅
@maciek134 commented on GitHub (Nov 12, 2025):
To be clear, I fully understand that this project is a one-man-hobby-no-guarantees thing. I only touched on funding because I was considering using lldap for a small commercial project and I like to give back when that happens.
I didn't want to suggest any full-blown vibe coding happened, but thank you for clearing it up and sorry for my choice of words.
I wouldn't compare LLMs to editors - vim wasn't built on petabytes of (verifiably) stolen IP and it doesn't take a small town's worth of electricity to create something with it.
Btw I found vim on termux very capable when it comes to writing code on the go :)
Thank you for the response!