Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddUsersToGroup (0.05 sec)

  1. cmd/site-replication.go

    				// We don't allow internal group manipulation in this API when
    				// LDAP is enabled for now (both sites must have LDAP disabled).
    				err = errIAMActionNotAllowed
    			} else {
    				_, err = globalIAMSys.AddUsersToGroup(ctx, updReq.Group, updReq.Members)
    			}
    			if err == nil && updReq.Status != "" {
    				_, err = globalIAMSys.SetGroupStatus(ctx, updReq.Group, updReq.Status == madmin.GroupEnabled)
    			}
    		}
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 184.7K bytes
    - Viewed (0)
Back to top