From 07c898346882fb9e5c12aadbff71981e6f9f5ba1 Mon Sep 17 00:00:00 2001 From: Luther Monson Date: Mon, 10 Feb 2020 16:32:26 -0700 Subject: [PATCH] moving open ldap config to field --- apis/management.cattle.io/v3/authn_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/management.cattle.io/v3/authn_types.go b/apis/management.cattle.io/v3/authn_types.go index c75cec95..93b8936b 100644 --- a/apis/management.cattle.io/v3/authn_types.go +++ b/apis/management.cattle.io/v3/authn_types.go @@ -353,8 +353,8 @@ type OKTAConfig struct { } type ShibbolethConfig struct { - SamlConfig `json:",inline" mapstructure:",squash"` - LdapFields `json:",inline" mapstructure:",squash"` + SamlConfig `json:",inline" mapstructure:",squash"` + OpenLdapConfig LdapFields `json:"openLdapConfig" mapstructure:",squash"` } type AuthSystemImages struct {