#!/bin/bash # Configuration options for ldap installation and management LDAP_DC="dc=winklerfamilie,dc=eu" LDAP_OU_GROUPS="ou=Groups" LDAP_OU_USERS="ou=Users"