minio/internal/config/identity/ldap
Aditya Manthramurthy 62c3cdee75
fix: IAM LDAP access key import bug (#19608)
When importing access keys (i.e. service accounts) for LDAP accounts,
we are requiring groups to exist under one of the configured group base
DNs. This is not correct. This change fixes this by only checking for
existence and storing the normalized form of the group DN - we do not
return an error if the group is not under a base DN.

Test is updated to illustrate an import failure that would happen
without this change.
2024-04-25 08:50:16 -07:00
..
config.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
help.go Redact all secrets from config viewing APIs (#17380) 2023-06-23 07:45:27 -07:00
ldap.go fix: IAM LDAP access key import bug (#19608) 2024-04-25 08:50:16 -07:00
legacy.go use LDAP config from minio/pkg to share with console (#15810) 2022-10-07 22:12:36 -07:00