Description:
We are encountering an issue with the LDIF Importer job during our ForgeOps 2025.1.0 deployment.
The ds-passwords.sh script is currently configured to connect using the default plain LDAP port 1389 with no SSL (-p 1389).
However, in ForgeOps 2025.1.0, DS pods run secure LDAP (LDAPS) only on port 1636.
Plain LDAP is disabled by default for security reasons.
As a result, the ldif-importer job fails with connection refusal or invalid credentials errors.
This prevents the DS configuration from initializing properly, which blocks AM startup.