Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue component-server-jsonrpc #22

Open
rishi360 opened this issue Mar 26, 2020 · 4 comments
Open

issue component-server-jsonrpc #22

rishi360 opened this issue Mar 26, 2020 · 4 comments

Comments

@rishi360
Copy link

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
Copy link
Owner

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
Copy link
Author

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:
- 389:389
environment:
#- LDAP_ORGANISATION="Example Organization"
#- LDAP_DOMAIN=rishabhdevops.ml
#- LDAP_ADMIN_PASSWORD=adminpwd
#- LDAP_CONFIG_PASSWORD=configpwd

        #- LDAP_READONLY_USER=true
        #- LDAP_READONLY_USER_USERNAME=reader
        #- LDAP_READONLY_USER_PASSWORD=readerpwd

        #- FD_ADMIN_PASSWORD=fdadminpwd
  - HOSTNAME=localhost
  - BACKEND=mdb
  - LOG_LEVEL=256
  - DOMAIN=rishabhdevops.ml
  - ADMIN_PASS=admin
  - CONFIG_PASS=config
  - BASE_DN=dc=rishabh,dc=ml
  - ENABLE_READONLY_USER=false
  - READONLY_USER_USER=reader
  - READONLY_USER_PASS=reader
  - ZABBIX_HOSTNAME=openldap-app

fusiondirectory:
restart: always
image: tiredofit/fusiondirectory:latest
ports:
- "10080:80"
depends_on:
- openldap-app
environment:
- LDAP2_HOST=rishabhdevops.ml
- LDAP1_HOST=openldap-app
- LDAP1_ADMIN_PASS=admin
- LDAP1_BASE_DN=dc=rishabhdevops,dc=ml
- LDAP1_ADMIN_DN=admin=dc=rishabhdevops,dc=ml
- LDAP1_NAME=production
- LDAP2_ADMIN_PASS=cn=admin,dc=rishabhdevop,dc=ml config

@tiredofit
Copy link
Owner

Sorry, I don't follow the new issue.

@tiredofit
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants