Commit 5ef1312b authored by Pavel Moukhataev's avatar Pavel Moukhataev Committed by Pavel Moukhataev

Add note for OpenLDAP installation

parent f4b6bf2a
......@@ -13,6 +13,8 @@ command -v slapd >/dev/null 2>&1 || {
sudo dnf -y install openldap-servers openldap-clients
sudo apt-get install slapd ldap-utils
Note: certain OpenLDAP packages may include AppArmor or SELinux configurations which prevent actions this script takes, such as referencing config files outside of its default config directory.
"; exit 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment