We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379c7f5 commit d30402fCopy full SHA for d30402f
README.md
@@ -13,3 +13,13 @@ pip install slapd
13
'dn:cn=manager,dc=slapd-test,dc=python-ldap,dc=org\n'
14
>>> process.stop()
15
```
16
+
17
+# Troubleshouting
18
19
+On distributions like Ubuntu, apparmor may restrict *slapd* to access some files that
20
+*python-slapd* has generated. This situation can be solved by passing slapd in complain mode:
21
22
+```bash
23
+sudo apt install --yes apparmor-utils
24
+sudo aa-complain /usr/sbin/slapd
25
+```
0 commit comments