[GH-ISSUE #569] Unsupported operation: DelRequest #203

Closed
opened 2026-02-27 08:15:51 +03:00 by kerem · 4 comments
Owner

Originally created by @fengerzh on GitHub (May 5, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/569

When use ldapdelete command to delete an entry, an error showed as below:

# ldapdelete "uid=aaaa,ou=people,dc=some,dc=com" -H ldap://ldap.server.com:3890 -D "uid=admin,ou=people,dc=some,dc=com" -w "adminpassword"
deleting entry "uid=aaaa,ou=people,dc=some,dc=com"
ldap_delete: Server is unwilling to perform (53)
	additional info: Unsupported operation: DelRequest(
    "uid=aaaa,ou=people,dc=some,dc=com",
)
Originally created by @fengerzh on GitHub (May 5, 2023). Original GitHub issue: https://github.com/lldap/lldap/issues/569 When use `ldapdelete` command to delete an entry, an error showed as below: ``` # ldapdelete "uid=aaaa,ou=people,dc=some,dc=com" -H ldap://ldap.server.com:3890 -D "uid=admin,ou=people,dc=some,dc=com" -w "adminpassword" deleting entry "uid=aaaa,ou=people,dc=some,dc=com" ldap_delete: Server is unwilling to perform (53) additional info: Unsupported operation: DelRequest( "uid=aaaa,ou=people,dc=some,dc=com", ) ```
kerem 2026-02-27 08:15:51 +03:00
Author
Owner

@nitnelave commented on GitHub (May 5, 2023):

That is indeed an unsupported operation. What's your use case? The recommended way to modify users on the server is either the web frontend or the GraphQL API.

<!-- gh-comment-id:1536106983 --> @nitnelave commented on GitHub (May 5, 2023): That is indeed an unsupported operation. What's your use case? The recommended way to modify users on the server is either the web frontend or the GraphQL API.
Author
Owner

@fengerzh commented on GitHub (May 7, 2023):

I'd like to synchronize members with another database, when some user quit, programatically delete the user from ldap.

<!-- gh-comment-id:1537281560 --> @fengerzh commented on GitHub (May 7, 2023): > I'd like to synchronize members with another database, when some user quit, programatically delete the user from ldap.
Author
Owner

@nitnelave commented on GitHub (May 7, 2023):

In that case, the recommended way is to use the GraphQL API

<!-- gh-comment-id:1537290394 --> @nitnelave commented on GitHub (May 7, 2023): In that case, the recommended way is to use the GraphQL API
Author
Owner

@nitnelave commented on GitHub (Jan 22, 2024):

Closing in favor of #518

<!-- gh-comment-id:1905012540 --> @nitnelave commented on GitHub (Jan 22, 2024): Closing in favor of #518
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#203
No description provided.