forked from mystiq/dex
Add note for OpenLDAP installation
This commit is contained in:
parent
f4b6bf2ac3
commit
5ef1312b38
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ command -v slapd >/dev/null 2>&1 || {
|
||||||
sudo dnf -y install openldap-servers openldap-clients
|
sudo dnf -y install openldap-servers openldap-clients
|
||||||
|
|
||||||
sudo apt-get install slapd ldap-utils
|
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;
|
"; exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue