#!/bin/bash

set -xe

microdnf -y --nodocs --noplugins install openldap-servers

exit 0