This website requires JavaScript.
Explore
Help
Sign in
mirror
/
prosody
Watch
1
Star
0
Fork
You've already forked prosody
1
mirror of
https://github.com/SaraSmiseth/prosody.git
synced
2025-01-18 13:10:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
dev
prosody
/
tests
/
requirements.txt
5 lines
69 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Add LDAP authentication support to Prosody (#50) This commit adds support for LDAP authentication. The Dockerfile has been modified to install the required Lua modules (lua-ldap) and the prosody.cfg.lua file has been modified to add environment variables for configuring the LDAP connection. These environment variables include LDAP_BASE, LDAP_SERVER, LDAP_ROOTDN, LDAP_PASSWORD, LDAP_FILTER, LDAP_SCOPE, LDAP_TLS, LDAP_MODE, and LDAP_ADMIN_FILTER. The authentication variable has also been updated to use the value of the AUTHENTICATION environment variable, which defaults to "internal_hashed" if not set. This allows users to configure Prosody to use LDAP for authentication instead of the default internal hashing method. * Update test dependencies: aioxmpp, pytest-asyncio + add pytz to requirements.txt This fixes the following error when running the tests: E ModuleNotFoundError: No module named 'pytz' Instead of pytz only pytz-deprecation-shim was installed. TODO Check if "pytz" can be removed from requirements.txt later on.
2023-03-25 10:23:51 +00:00
aioxmpp==0.13.3
Update to debian bookworm (#54)
2023-07-09 07:59:41 +00:00
pip-chill==1.0.3
Add LDAP authentication support to Prosody (#50) This commit adds support for LDAP authentication. The Dockerfile has been modified to install the required Lua modules (lua-ldap) and the prosody.cfg.lua file has been modified to add environment variables for configuring the LDAP connection. These environment variables include LDAP_BASE, LDAP_SERVER, LDAP_ROOTDN, LDAP_PASSWORD, LDAP_FILTER, LDAP_SCOPE, LDAP_TLS, LDAP_MODE, and LDAP_ADMIN_FILTER. The authentication variable has also been updated to use the value of the AUTHENTICATION environment variable, which defaults to "internal_hashed" if not set. This allows users to configure Prosody to use LDAP for authentication instead of the default internal hashing method. * Update test dependencies: aioxmpp, pytest-asyncio + add pytz to requirements.txt This fixes the following error when running the tests: E ModuleNotFoundError: No module named 'pytz' Instead of pytz only pytz-deprecation-shim was installed. TODO Check if "pytz" can be removed from requirements.txt later on.
2023-03-25 10:23:51 +00:00
pytest-asyncio==0.21.0
Update to debian bookworm (#54)
2023-07-09 07:59:41 +00:00
pytz==2023.3
Reference in a new issue
Copy permalink