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:
parent
ae94fa226d
commit
07c8983468
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user