Browse Source

Merge pull request #1135 from mpashka/master

Update slapd.sh
pull/951/merge
Eric Chiang 8 years ago committed by GitHub
parent
commit
ec5e2cc3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/slapd.sh

2
scripts/slapd.sh

@ -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;
}

Loading…
Cancel
Save