X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=docs%2Fdocs%2Finstallation%2Falpine_linux_en.md;h=f98998fb8cdf828594fc83cf6289eefd63210f44;hb=bfbe4e8dce2bef75c3b3a87884e5a39abb7a444e;hp=3be69af6ef9b8c45d9adb19c611b7c7daaca5042;hpb=729f45ccd243bd01db63949ba6f51033e718f9bf;p=akkoma diff --git a/docs/docs/installation/alpine_linux_en.md b/docs/docs/installation/alpine_linux_en.md index 3be69af6e..f98998fb8 100644 --- a/docs/docs/installation/alpine_linux_en.md +++ b/docs/docs/installation/alpine_linux_en.md @@ -41,6 +41,12 @@ doas apk add git build-base cmake file-dev doas apk add erlang elixir ``` +* Install `erlang-eldap` if you want to enable ldap authenticator + +```shell +doas apk add erlang-eldap +``` + ### Install PostgreSQL * Install Postgresql server: