This commit is contained in:
2026-03-20 16:35:47 +00:00
parent f79fb22e72
commit ee9b588f39

View File

@@ -82,7 +82,7 @@ data:
echo "[ldap-bootstrap] LDAP config OK"
else
echo "[ldap-bootstrap] LDAP test failed, disabling user_ldap to avoid breaking local admin login"
php occ app:disable user_ldap || true
#php occ app:disable user_ldap || true
echo "[ldap-bootstrap] continuing startup without LDAP"
exit 0
fi