From a002711885fb9e5c761cade675f3754a9ad0d3dd Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 22 Feb 2022 11:00:53 +0530 Subject: [PATCH] Update system dependency on libldap24 for archlinux --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07f5c91..84753c4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Install system dependencies: * On Fedora, you will need the following packages: `python3-virtualenv python3-devel openldap-devel gcc chromium` * sudo apt-get install libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev +* On Archlinux, [libldap24](https://aur.archlinux.org/packages/libldap24) is needed NOTE: you will need to configure a LDAP server and credentials for authentication. See `uncloud/settings.py`.