Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 559 Bytes

web2ldap

A containerized LDAP client web application based on web2ldap (http://www.web2ldap.de/)

Docker image

Docker image is available on the Docker Hub

Starting web2ldap

$ docker run -d -p 1760:1760 jlrigau/web2ldap

Now you can access to web2ldap through the URL http://127.0.0.1:1760/web2ldap/

web2ldap screenshot

Building web2ldap

$ docker build -t web2ldap .