Skip to content

Instantly share code, notes, and snippets.

@hisrarul
hisrarul / docker-compose.yml
Created March 9, 2020 12:15 — forked from thomasdarimont/docker-compose.yml
Docker OpenLDAP + phpldapadmin example
version: '2'
services:
openldap:
image: osixia/openldap:1.2.3
container_name: openldap
environment:
LDAP_LOG_LEVEL: "256"
LDAP_ORGANISATION: "Example Inc."
LDAP_DOMAIN: "example.org"
LDAP_BASE_DN: ""
@hisrarul
hisrarul / add-rsync-to-git-bash.md
Created July 9, 2019 05:13 — forked from hisplan/add-rsync-to-git-bash.md
Add rsync to git bash for windows