Keycloak join error after upgrade

Hi, I’m tryng to upgrade KEYCLOAK, this is join error:

CREATING KEYCLOAK SAML CLIENT.....
creating keycloak kerberos user
Password policy error: is too simple.
/usr/lib/univention-install/50keycloak.inst: FATAL:

How can I fix it?
Thanks

I’ve fixed editing /usr/lib/univention-install/50keycloak.inst and changing:

krb_password="$(makepasswd --chars 20)"

to:

krb_password=verystrongandcomplexstring"
1 Like
Mastodon