Docker LDAP

Al ejecutar
composer siu:instalar --no-interaction

Obtengo

[SIU\AraiUsuarios\Drivers\ErrorLdap]
LDAP CONNECTION ERROR: ERROR conectandose al LDAP [0] - No se pudo conectar al servidor LDAP

(el docker lo tengo corriendo con: docker run siutoba/docker-openldap-arai --copy-service --loglevel debug)

pregunta, si en my-env.startup.yaml tengo:

Required and used for new ldap server only

LDAP_ORGANISATION: CIN
LDAP_DOMAIN: siu.cin.edu
LDAP_ADMIN_PASSWORD: p4ssw0rd
LDAP_CONFIG_PASSWORD: pa55word

¿Es correcto tener arai-usuarios.env :

export ARAI_USUARIOS_LDAP_BINDUSER=“cn=CIN,dc=siu,dc=cin,dc=edu”
export ARAI_USUARIOS_LDAP_BINDPASS=p4ssw0rd
export ARAI_USUARIOS_LDAP_SEARCHBASE=“dc=siu,dc=cin,dc=edu”

?

¿o como debería quedar?

Muchas gracias

Javier Bonfanti
UNR