Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetGroupStatus (0.35 sec)

  1. cmd/site-replication.go

    		}
    	}
    
    	if updReq.IsRemove {
    		_, err = globalIAMSys.RemoveUsersFromGroup(ctx, updReq.Group, updReq.Members)
    	} else {
    		if updReq.Status != "" && len(updReq.Members) == 0 {
    			_, err = globalIAMSys.SetGroupStatus(ctx, updReq.Group, updReq.Status == madmin.GroupEnabled)
    		} else {
    			if globalIAMSys.LDAPConfig.Enabled() {
    				// We don't allow internal group manipulation in this API when
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 184.8K bytes
    - Viewed (1)
Back to top