fix: rename idp_templates6_ldap3 to ldap2 if necessary (#9565)

# Which Problems Are Solved

Zitadel setup with v2.71.0 could result in errors regarding the
idp_templates6_ldap3 subtable.

# How the Problems Are Solved

Rename the subtable idp_templates6_ldap3 to idp_templates6_ldap2 if no
idp_templates6_ldap2 is existing and rename column `rootCA` to
`root_ca`.

# Additional Changes

None

# Additional Context

Related PR #9292

---------

Co-authored-by: Silvan <27845747+adlerhurst@users.noreply.github.com>
This commit is contained in:
Stefan Benz
2025-03-26 20:26:16 +01:00
committed by GitHub
parent 0e10ed0e0b
commit 6b23c33cb6
4 changed files with 32 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ type Steps struct {
s49InitPermittedOrgsFunction *InitPermittedOrgsFunction
s50IDPTemplate6UsePKCE *IDPTemplate6UsePKCE
s51IDPTemplate6RootCA *IDPTemplate6RootCA
s52IDPTemplate6LDAP2 *IDPTemplate6LDAP2
}
func MustNewSteps(v *viper.Viper) *Steps {