Coder Social home page Coder Social logo

Comments (3)

mdy405 avatar mdy405 commented on May 14, 2024

when I run fusiondirectory-setup --check-ldap i got :

! There is no admin ACL roleNo valid admin account found, do you want to create it ? [Yes/No]?
i try to create one the result is the following error:

! failed to add LDAP's uid=fd-admin,ou=people,dc=openldap,dc=company,dc=com entry - LDAP_INVALID_SYNTAX: Some part of the request contained an invalid syntax. It could be a search
with an invalid filter or a request to modify the schema and the given
schema has a bad syntax.

from docker-fusiondirectory.

darabi avatar darabi commented on May 14, 2024

Thanks for reporting this. We will look into this and get back to you.

from docker-fusiondirectory.

rezarahimi avatar rezarahimi commented on May 14, 2024

Just I have tested the two docker run commands in the README.md and it works as follows:

docker run -d --name ldap -e LDAP_DOMAIN=example.com -e LDAP_ROOTPW=secret mcreations/fusiondirectory-ldap
docker run -d -p 12080:80 -e LDAP_DOMAIN=example.com -e LDAP_ROOTPW=secret -e LDAP_ROOTDN="cn=admin,dc=example,dc=com" --link ldap:ldap-server mcreations/fusiondirectory

Status of dockers:

 docker ps
CONTAINER ID        IMAGE                             COMMAND             CREATED             STATUS              PORTS                   NAMES
4c68b4adbde1        mcreations/fusiondirectory        "/start-fd"         8 minutes ago       Up 8 minutes        0.0.0.0:12080->80/tcp   suspicious_archimedes
91ad79783dae        mcreations/fusiondirectory-ldap   "/start-slapd-fd"   12 minutes ago      Up 12 minutes       389/tcp                 ldap

And I could login with fd-admin/secret as follows
image

You could not run the mcreations/fusiondirectory docker against any existing running ldap server. You need a running ldap server based on the mcreations/fusiondirectory-ldap docker.

from docker-fusiondirectory.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.