mirror of
https://github.com/rancher/types.git
synced 2025-09-02 05:35:16 +00:00
moving open ldap config to field
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user