Unverified Commit ec5e2cc3 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1135 from mpashka/master

Update slapd.sh
parents 5172a461 5ef1312b
......@@ -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