mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix: LDAP groups handling and group mapping (#11855)
comprehensively handle group mapping for LDAP users across IAM sub-subsytem.
This commit is contained in:
@@ -27,6 +27,7 @@ const DefaultVersion = "2012-10-17"
|
||||
// Args - arguments to policy to check whether it is allowed
|
||||
type Args struct {
|
||||
AccountName string `json:"account"`
|
||||
Groups []string `json:"groups"`
|
||||
Action Action `json:"action"`
|
||||
BucketName string `json:"bucket"`
|
||||
ConditionValues map[string][]string `json:"conditions"`
|
||||
|
||||
Reference in New Issue
Block a user