[SOLUCIONADO] Re:UNPA_Instalación cluster docker

Muchas Gracias por tu respuesta Ricardo!
Seguí revisando la instalación y me di cuenta que cuando realicé el Bootstraping del proyecto, solo ejecute:
ADMIN_PASS=toba1234 docker stack deploy
–with-registry-auth
-c util/usuarios_crear_admin.yml
boot
y no probé verificar el estado de ejecución del mismo:
docker service logs boot_idm -f
Que si no entendí mal me iría diciendo los problemas que tendría en la instalación de Arai Usuarios. Efectivamente al momento de ejecutarlo me muestra los siguientes errores:

boot_idm.1.fi5bcdvmq6oc@general-grievous | ================================================================================
boot_idm.1.fi5bcdvmq6oc@general-grievous | Iniciando el proceso en SIU-Arai-Usuarios (versión v3.0.2)
boot_idm.1.fi5bcdvmq6oc@general-grievous | ================================================================================
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | ____ ___ _ _ _ _ ___ _ __ __
boot_idm.1.fi5bcdvmq6oc@general-grievous | / | | | | | / \ _ __ __ () | _|| | / |
boot_idm.1.fi5bcdvmq6oc@general-grievous | _
_ | || | | |_____ / _ \ | '/ _ | (_) | |/ _ | |/| |
boot_idm.1.fi5bcdvmq6oc@general-grievous | ) | || || |
/ ___ | | | (| | | | | (| | | | |
boot_idm.1.fi5bcdvmq6oc@general-grievous | |
/|_
/ // __| _,|() |_,|| |_|
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | ================================================================================
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | Creación de usuario root de SIU-Arai-Usuarios. Se lo guiará paso a paso
boot_idm.1.fi5bcdvmq6oc@general-grievous | para crearlo. En el transcurso se le pedirá su
boot_idm.1.fi5bcdvmq6oc@general-grievous | confirmación antes de realizar ninguna acción.
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | El proceso esta por iniciar. ¿Desea continuar? (yes/no) [yes]:
boot_idm.1.fi5bcdvmq6oc@general-grievous | >
boot_idm.1.fi5bcdvmq6oc@general-grievous | 1) Inicialización de proyecto
boot_idm.1.fi5bcdvmq6oc@general-grievous | =============================
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | [NOTA] Se encontró la aplicación con id: idm-core
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | In UsuariosManager.php line 441:
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | No se pudo crear el objeto en el servidor LDAP: Invalid syntax
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | In Ldap.php line 930:
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | No se pudo crear el objeto en el servidor LDAP: Invalid syntax
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous |
boot_idm.1.fi5bcdvmq6oc@general-grievous | proyecto:bootstrap [–no-progress] [–password PASSWORD

Espero que me puedan ayudar!