Skip to content

Instantly share code, notes, and snippets.

@phieber
phieber / setup.sh
Created December 18, 2017 17:23
LDAP setup script which does TLS setup and basic hardening. Improved version of https://riecken.de/index.php/2016/05/openldap-automatisch-installieren-und-einrichten/
#!/bin/bash
# Author: Patrick Hieber
# modified version of:
#https://riecken.de/index.php/2016/05/openldap-automatisch-installieren-und-einrichten/
# Changelog
# v1.1: added TLS via Letsencrypt, heredoc instead of echos, consistent usage of variables
# v1 (original): #https://riecken.de/index.php/2016/05/openldap-automatisch-installieren-und-einrichten/