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 {