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

How can this be configured? #1

Open
adocampo opened this issue May 29, 2023 · 0 comments
Open

How can this be configured? #1

adocampo opened this issue May 29, 2023 · 0 comments

Comments

@adocampo
Copy link

Hello,
In the search of a docker container for an openldap proxy to AD, I've stumbled upon your project.
I've cloned it and maked an image, and created with

docker create --name=ldap wuschi/openldap-ad:latest

then, when I star the container, it shows something like:

*** Set environment for container process
*** Remove file /container/environment/99-default/default.startup.yaml
*** Environment files will be proccessed in this order : 
Caution: previously defined variables will not be overriden.
/container/environment/99-default/default.yaml

To see how this files are processed and environment variables values,
run this container with '--loglevel debug'
*** Running /container/run/process/slapd/run...
6474c5c9 @(#) $OpenLDAP: slapd 2.4.50+dfsg-1~bpo10+1 (May  4 2020 05:25:06) $
        Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
6474c5c9 slapd starting

and I can run an ldapsearch command like

docker exec ldap ldapsearch -x -H ldap://localhost -b dc=example,dc=org -D "cn=admin,dc=example,dc=org" -w admin

So far, so good. But I would like to know if I can configure this to proxy an active directory and how docker-compose.yml should look like, if this can be done, of course.

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

1 participant