mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🐛 Bug Report: removed ldap users aren't deleted in pocket id #273
Reference in New Issue
Block a user
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 @tupcakes on GitHub.
Originally assigned to: @kmendell on GitHub.
Reproduction steps
I noticed when deleting a user in ldap (using lldap) that the pocket id sync will not delete the user.
Expected behavior
I wasn't sure if this was intended, but it seems like deleting a user in ldap should remove from pocket id, or at least have a way in the pocket id gui to manually delete the user.
Actual Behavior
User was not deleted.
Version and Environment
0.44.0
Environment: k3s
Proxy: ingress-nginx
Log Output
This is the only event in the log related to the operation:
2025/03/27 19:43:43 Failed to delete user svcauthentik-sync with: LDAP users can't be updated@kmendell commented on GitHub:
@tupcakes Can you try this image
ghcr.io/kmendell/pocket-id:delete-ldap-usersand see if the issue is fixed?@tupcakes commented on GitHub:
Seems to work. Nice! Thank you.
@kmendell commented on GitHub:
Fixed in:
7e658276f0@kmendell commented on GitHub:
I'll take a look at this. Thank you for reporting!