docker on your machine (installation guides).git clone https://github.com/VTurturika/docker-openldap.git && cd docker-openldap
docker build -t vturturika/ldap .
./run.sh LDAP_PASSWORD [LDAP_PORT=389]
./stop.sh
You may run container without bulding image, just clone repo and run script:
./run.sh LDAP_PASSWORD [LDAP_PORT=389]
tests/ folder
cd tests/
./insert_group.sh [PORT=389]
./insert_entities.sh [PORT=389]
./select.sh [PORT=389]
docker pull vturturika/ldap
docker run -d -p HOST_PORT:389 vturturika/ldap
slapd located here. You may set another values.Content type
Image
Digest
Size
62.2 MB
Last updated
about 9 years ago
docker pull vturturika/ldap