- 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 != nil && res.NormDN == cred.ParentUser { denyOnly = true } } // Check if action is allowed if creating access key for another user
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 90.6K bytes - Viewed (0)