minio/internal/config/identity
Aditya Manthramurthy 7e45d84ace
ldap: improve normalization of DN values (#19358)
Instead of relying on user input values, we use the DN value returned by
the LDAP server.

This handles cases like when a mapping is set on a DN value
`uid=svc.algorithm,OU=swengg,DC=min,DC=io` with a user input value (with
unicode variation) of `uid=svc﹒algorithm,OU=swengg,DC=min,DC=io`. The
LDAP server on lookup of this DN returns the normalized value where the
unicode dot character `SMALL FULL STOP` (in the user input), gets
replaced with regular full stop.
2024-03-27 23:45:26 -07:00
..
ldap ldap: improve normalization of DN values (#19358) 2024-03-27 23:45:26 -07:00
openid add codespell action (#18818) 2024-01-17 23:03:17 -08:00
plugin add codespell action (#18818) 2024-01-17 23:03:17 -08:00
tls Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00