On 06/09/2018 09:44, blabla wrote:
Hi ilgrosso,I explained myself badly, since I've tried already a lot of optinos and have a mix in my head :) I went for the docker option because the standalone installation doesn't work for me. The install window just instaflushes with no errors and no service is up. So I went for option #1 1) Setup Apache Directory server and connect the syncope containers to network bridge. The admin console was not available after that so I went for option #2 2) Added an openldap container to the docker-compose file like this >>>> openldap: image: osixia/openldap:1.2.2 restart: always After running docker-compose I have 5 containers now: <http://syncope-user.1051894.n5.nabble.com/file/t339098/Capture.png> The openldap server is exposed on 389 port, so I try to sync the apache syncope via localhost:389, but I get the "Connection refused" error.
Yep, so you are instructing Syncope Core to connect to localhost:389, as if OpenLDAP was running in the same Docker container: this cannot work. You should configure Syncope to connect to <ip_address_of_the_openldap_container>:389, instead.
Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/
