File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 ldap-utils
48+ # https://github.com/python-ldap/python-ldap/blob/main/.github/workflows/ci.yml
49+ sudo apt-get install -y libldap2-dev libsasl2-dev slapd ldap-utils apparmor-utils
50+ # Disable AppArmor for slapd to allow slapdtest to create temp instances
51+ sudo aa-disable /usr/sbin/slapd
4952
5053 - name : Install dependencies
5154 run : make dev envfile
Original file line number Diff line number Diff line change 1111https://www.python-ldap.org/en/latest/reference/slapdtest.html
1212
1313On Debian:
14- $ apt-get install slapd
14+ $ apt-get install slapd ldap-utils
1515
1616On macOS:
1717$ brew install openldap
You can’t perform that action at this time.
0 commit comments