1
0
mirror of https://github.com/rancher/types.git synced 2025-06-28 14:36:50 +00:00

moving open ldap config to field

This commit is contained in:
Luther Monson 2020-02-10 16:32:26 -07:00
parent ae94fa226d
commit 07c8983468

View File

@ -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 {