mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Support loading ldap secret from file
This commit is contained in:
parent
687624a403
commit
ee2af306d7
8 changed files with 33 additions and 13 deletions
|
@ -41,6 +41,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
test = ["pytest>=7", "waitress", "bcrypt"]
|
||||
bcrypt = ["bcrypt"]
|
||||
ldap = ["ldap3"]
|
||||
|
||||
[project.scripts]
|
||||
radicale = "radicale.__main__:run"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue