- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for denyOnly (0.04 sec)
-
cmd/admin-handlers-users.go
} denyOnly := (targetUser == cred.AccessKey || targetUser == cred.ParentUser) if ldap && !denyOnly { res, _ := globalIAMSys.LDAPConfig.GetValidatedDNForUsername(targetUser) if res.NormDN == cred.ParentUser { denyOnly = true } } // Check if action is allowed if creating access key for another user
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 03 23:11:02 UTC 2024 - 85.1K bytes - Viewed (0)