mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
62c3cdee75
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. |
||
---|---|---|
.. | ||
config.go | ||
help.go | ||
ldap.go | ||
legacy.go |