From 262eabdca97cad30d230b54c4d6793478641b32f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 23 May 2022 18:19:33 +0200 Subject: First impl of LDAP login --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 51726aa..0fabd23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,8 @@ clap = { version = "3.1.18", features = ["derive", "env"] } hex = "0.4" im = "15" itertools = "0.10" +ldap3 = { version = "0.10", default-features = false, features = ["tls"] } +log = "0.4" pretty_env_logger = "0.4" rusoto_core = "0.48.0" rusoto_credential = "0.48.0" -- cgit v1.2.3