mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
lldap_domain::JpegPhoto::for_tests() and uuid helpers are gated behind the "test" feature on the lldap_domain crate. The sql-backend-handler dev-deps did not enable that feature, causing ~12 compilation errors in sql_user_backend_handler.rs and sql_tables.rs when building the test binary. This unblocks cargo test -p lldap_sql_backend_handler --lib.