tiredofit / docker-fusiondirectory

Dockerized web based LDAP manager
MIT License
48 stars 18 forks source link

issue component-server-jsonrpc #22

Open rishi360 opened 4 years ago

rishi360 commented 4 years ago

issue when ladap try to connec:-

Can't locate POE/Component/Server/JSONRPC/Http.pm in @INC (you may need to install the POE::Component::Server::JSONRPC::Http module) (@INC contains: /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at (eval 47) line 1, line 755. fusiondirectory_1 | BEGIN failed--compilation aborted at (eval 47) line 1, line 755. fusiondirectory_1 | could not import qw(Component::Server::JSONRPC::Http) at /usr/sbin/argonaut-server line 41. fusiondirectory_1 | BEGIN failed--compilation aborted at /usr/sbin/argonaut-server line 41, line 755.

tiredofit commented 4 years ago

New release tiredofit/fusiondirectory:2.2.3 and :latest being built on Docker Hub. My apologies, this was commented out in earlier releases due to problems and was never brought back in with the release of 1.3.

rishi360 commented 4 years ago

now new issue.

LDAP 'new' error: '' with parameters '' after trying new image my docker-compose.yml

version: '3.7' services: openldap-app: hostname: localhost restart: always image: tiredofit/openldap ports:

tiredofit commented 4 years ago

Sorry, I don't follow the new issue.

tiredofit commented 4 years ago

Looking closer I see you are using tiredofit/openldap when you should be using tiredofit/openldap-fusiondirectory. Perhaps that is the issue.