2 unstable releases
new 0.2.0 | Nov 18, 2024 |
---|---|
0.1.0 | Nov 18, 2024 |
#9 in #following
200KB
6K
SLoC
libldap-sys
Rust FFI bindings to ldap.h and sasl/sasl.h
Dependencies
The openldap shared libraries
Regenerating bindings
To regenerate the bindings: ensure you have the development headers for openldap installed and run the following command:
cargo run \
--features "generate-bindings" \
--bin regenerate_bindings
or install podman and run the follwing script:
./gen-bindings.sh
Example
Install podman and jq then run the following script:
./run-example.sh
License
BSD-3-Clause
Dependencies
~125KB