Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 328 Bytes

openldap-docker

Quickstart Instructions

Create

Run: ./createOpenLDAP.sh <SLAPD_PASSWORD> <SLAPD_DOMAIN> <GERRIT_ADMIN_UID> <GERRIT_ADMIN_PWD> <GERRIT_ADMIN_EMAIL> <DOCKER_NETWORK> Example: ./createOpenLDAP.sh admin123 mycompany.org gerrit-admin gerrit123 [email protected] host

Destroy

Run: ./destroyOpenLDAP.sh