mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
6d768a5e8c
A regular user sending a Password Modify extended request for another user's DN reached a .expect() on the read-permission check, panicking the handler instead of being denied. Return InsufficientAccessRights, matching the LDAP Modify path, and add a regression test.