Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cfgInfos (0.08 sec)

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

    	// This cannot really error (FIXME: improve the type for GetConfigInfo)
    	var cfgInfos []madmin.IDPCfgInfo
    	switch subSys {
    	case madmin.IdentityOpenIDSubSys:
    		cfgInfos, _ = globalIAMSys.OpenIDConfig.GetConfigInfo(s, cfgTarget)
    	case madmin.IdentityLDAPSubSys:
    		cfgInfos, _ = globalIAMSys.LDAPConfig.GetConfigInfo(s, cfgTarget)
    	}
    
    	if len(cfgInfos) > 0 && !isUpdate {
    		return ErrAdminConfigIDPCfgNameAlreadyExists
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top