mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1130] [FEATURE REQUEST]: Delete users from LDAP #403
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#403
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 @freeeflyer on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1130
Describe the bug
Cannot delete user from LDAP protocol
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd expect the user to be deleted..
@nitnelave commented on GitHub (Mar 24, 2025):
Yep, write operations using the LDAP protocol are generally not supported, with some exceptions. I'm reclassifying this from a bug to a feature request.
@freeeflyer commented on GitHub (Mar 24, 2025):
Thanks.
Is there a document somewhere stating which operations are supported and which are not ?
@nitnelave commented on GitHub (Mar 24, 2025):
Yes. You can find that in https://github.com/lldap/lldap/blob/main/docs%2Fscripting.md along with documentation on the GraphQL API, the preferred way to communicate with LLDAP.
@nitnelave commented on GitHub (Apr 9, 2025):
I just implemented group/user deletion over LDAP! Have fun.