This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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/ |
OlderNewer