wip: ldap & ng ideas

This commit is contained in:
2023-07-08 20:49:58 +02:00
parent da2fcadf1b
commit cdc75634e3
3 changed files with 168 additions and 0 deletions

View File

@@ -101,4 +101,9 @@ The following locations are supported:
curl -u nobody:SIGNAL_API_PASS -X POST -H "Content-Type: application/json" --data '{"message":"hallo world"}' localhost:5000/send-all
# Additional Packages Required
The following additional packages might be requried (on Debian) to successfully install the `python-ldap`-requirement:
apt install libsasl2-dev python-dev libldap2-dev libssl-dev