server: Implement LDAPS support

This commit is contained in:
Valentin Tolmer
2022-05-05 16:12:10 +02:00
committed by nitnelave
parent 6b6f11db1b
commit f689458aa2
3 changed files with 107 additions and 44 deletions
+2
View File
@@ -30,6 +30,7 @@ ldap3_server = ">=0.1.9"
lldap_auth = { path = "../auth" }
log = "*"
orion = "0.16"
native-tls = "0.2.10"
serde = "*"
serde_json = "1"
sha2 = "0.9"
@@ -37,6 +38,7 @@ sqlx-core = "=0.5.1"
thiserror = "*"
time = "0.2"
tokio = { version = "1.2.0", features = ["full"] }
tokio-native-tls = "0.3"
tokio-util = "0.6.3"
tokio-stream = "*"
tracing = "*"