vault/changelog/29922.txt
Amir Aslamov fb6c833eb5
check for case sensitivity at delete for user and group paths, modify… (#29922)
* check for case sensitivity at delete for user and group paths, modify tests to cover proper deletions

* add changelog
2025-03-14 12:14:33 -04:00

3 lines
172 B
Plaintext

```release-note:bug
auth/ldap: Fix a bug that does not properly delete users and groups by first converting their names to lowercase when case senstivity option is off.
```