Skip to content

Commit a75e2c9

Browse files
committed
Add ldap-utils as dependency
Signed-off-by: tdruez <[email protected]>
1 parent e0cf1b9 commit a75e2c9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install python-ldap OS dependencies
4646
run: |
4747
sudo apt-get update
48-
sudo apt-get install -y libldap2-dev libsasl2-dev slapd
48+
sudo apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils
4949
5050
- name: Install dependencies
5151
run: make dev envfile

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update \
3737
libldap2-dev \
3838
libsasl2-dev \
3939
slapd \
40+
ldap-utils \
4041
libpq5 \
4142
git \
4243
wait-for-it \

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Before you install DejaCode, make sure you have the following prerequisites:
186186
#. **ldap** development libraries to build python-ldap on Linux.
187187
For instance on Debian::
188188

189-
apt-get install -y libldap2-dev libsasl2-dev
189+
apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils
190190

191191
.. _system_dependencies:
192192

0 commit comments

Comments
 (0)