minio/internal/config/identity/ldap
Harshavardhana 597a785253
fix: authenticate LDAP via actual DN instead of normalized DN (#19805)
fix: authenticate LDAP via actual DN instead of normalized DN

Normalized DN is only for internal representation, not for
external communication, any communication to LDAP must be
based on actual user DN. LDAP servers do not understand
normalized DN.

fixes #19757
2024-05-25 06:43:06 -07:00
..
config.go ldap: Add user DN attributes list config param (#19758) 2024-05-24 16:05:23 -07:00
help.go ldap: Add user DN attributes list config param (#19758) 2024-05-24 16:05:23 -07:00
ldap.go fix: authenticate LDAP via actual DN instead of normalized DN (#19805) 2024-05-25 06:43:06 -07:00
legacy.go use LDAP config from minio/pkg to share with console (#15810) 2022-10-07 22:12:36 -07:00