Skip to content
Snippets Groups Projects
Commit 5ef1312b authored by Pavel Moukhataev's avatar Pavel Moukhataev Committed by Pavel Moukhataev
Browse files

Add note for OpenLDAP installation

parent f4b6bf2a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment