Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for armerror (0.16 sec)

  1. cmd/admin-handlers-idp-ldap.go

    // PUT /minio/admin/v3/idp/ldap/add-service-account
    func (a adminAPIHandlers) AddServiceAccountLDAP(w http.ResponseWriter, r *http.Request) {
    	ctx, cred, opts, createReq, targetUser, APIError := commonAddServiceAccount(r)
    	if APIError.Code != "" {
    		writeErrorResponseJSON(ctx, w, APIError, r.URL)
    		return
    	}
    
    	// fail if ldap is not enabled
    	if !globalIAMSys.LDAPConfig.Enabled() {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 13.3K bytes
    - Viewed (0)
Back to top