You have to execute securityadmin.sh with the parameter --resolve-env-vars and change config.yml to
...
bind_dn: ${env.LDAP_BIND_DN}
password: ${env.LDAP_BIND_PASSWORD}
...
You have to execute securityadmin.sh with the parameter --resolve-env-vars and change config.yml to
...
bind_dn: ${env.LDAP_BIND_DN}
password: ${env.LDAP_BIND_PASSWORD}
...