You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered:
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
then, when I star the container, it shows something like:
and I can run an
ldapsearch
command likeSo 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.
The text was updated successfully, but these errors were encountered: