#!/bin/sh set -eux chown -R openldap:openldap /run/slapd chown -R openldap:openldap /var/lib/ldap if [ -n "${LDAP_ROOTPASS:-}" ] then cat <