Crates.io | libldap-sys |
lib.rs | libldap-sys |
version | 0.2.0 |
source | src |
created_at | 2024-11-18 04:51:36.035169 |
updated_at | 2024-11-18 05:28:50.222936 |
description | Raw bindings for libldap |
homepage | |
repository | https://github.com/aubaugh/libldap-sys |
max_upload_size | |
id | 1451786 |
size | 214,996 |
Rust FFI bindings to ldap.h and sasl/sasl.h
The openldap shared libraries
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
Install podman and jq then run the following script:
./run-example.sh
BSD-3-Clause