support for authentik, switch to ldap

This commit is contained in:
Sebastian Rust
2022-07-02 15:53:08 +02:00
parent 5ca21d4f46
commit 4d9221b37a
2 changed files with 5 additions and 58 deletions

View File

@@ -8,5 +8,5 @@ setup(
description="LDAP Authentication Plugin for Radicale 3",
author="Raoul Thill",
license="GNU GPL v3",
install_requires=["radicale >= 3.0", "ldap3 >= 2.3"],
install_requires=["radicale >= 3.0", "ldap"],
packages=["radicale3_auth_ldap"])