proxmox/proxmox-ldap
Stefan Sterz 7f135263a9 ldap: add check_connection function
this function checks if a given connection could work. it uses the
current config to connect to an ldap directory and perform a search
with the provided base_dn. this enables us to verify a connection
before storing it in a more meaningful way than with a regex.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
2023-06-26 14:15:35 +02:00
..
debian update d/copyright files to debian copyright-format 1.0 2023-05-23 13:02:39 +02:00
src ldap: add check_connection function 2023-06-26 14:15:35 +02:00
tests ldap: test fixup 2023-03-02 15:44:11 +01:00
Cargo.toml fix 'default-features = false' for ldap3 2023-02-08 14:26:34 +01:00
run_integration_tests.sh ldap: tests: add LDAP integration tests 2023-02-08 14:11:21 +01:00