proxmox/proxmox-ldap
Christoph Heiss 84fbfb22ec ldap: avoid superfluous allocation when calling .search()
The `attrs` parameter of `Ldap::search()` is an `impl AsRef<[impl
AsRef<str>]>` anyway, so replace `vec![..]` with `&[..]`.

Suggested-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-03-25 17:03:27 +01:00
..
debian bump proxmox-ldap to 0.2.1-1 2023-08-08 14:09:19 +02:00
src ldap: avoid superfluous allocation when calling .search() 2024-03-25 17:03:27 +01:00
tests ldap: add an integration test for check_connection 2023-08-08 14:01:25 +02:00
Cargo.toml bump proxmox-ldap to 0.2.1-1 2023-08-08 14:09:19 +02:00
run_integration_tests.sh ldap: tests: add LDAP integration tests 2023-02-08 14:11:21 +01:00