- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updatedGroups (0.07 sec)
-
cmd/iam.go
} parentUserToCredsMap[cred.ParentUser] = append(parentUserToCredsMap[cred.ParentUser], cred) } // 2. Query LDAP server for groups of the LDAP users collected. updatedGroups, err := sys.LDAPConfig.LookupGroupMemberships(parentUserActualDNList, actualDNToLDAPUsernameMap) if err != nil { // Log and return on error - perhaps it'll work the next time. iamLogIf(GlobalContext, err) return
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 29 16:01:48 UTC 2024 - 74.6K bytes - Viewed (0) -
cmd/iam-store.go
Name: group, Status: gi.Status, Members: gi.Members, Policy: policy, UpdatedAt: gi.UpdatedAt, }, nil } // updateGroups updates the group from the persistent store, and also related policy mapping if any. func (store *IAMStoreSys) updateGroups(ctx context.Context, cache *iamCache) (res []string, err error) { groupSet := set.NewStringSet() if iamOS, ok := store.IAMStorageAPI.(*IAMObjectStore); ok {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Oct 14 16:35:37 UTC 2024 - 83.2K bytes - Viewed (0)