Rebrand idm service

This commit is contained in:
Ralf Haferkamp
2025-01-16 17:01:51 +01:00
parent 61b48a2580
commit 1480126127
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func Validate(cfg *config.Config) error {
return shared.MissingServiceUserPassword(cfg.Service.Name, "IDM")
}
if cfg.AdminUserID != "" && cfg.ServiceUserPasswords.OcisAdmin == "" {
if cfg.AdminUserID != "" && cfg.ServiceUserPasswords.OCAdmin == "" {
return shared.MissingServiceUserPassword(cfg.Service.Name, "admin")
}