Files
lldap/server/src/domain/ldap/mod.rs
Valentin Tolmer 35aa656677 server: refactor ldap_handler
Split it into several files, move them into the domain folder, introduce
`LdapError` for better control flow.
2022-10-17 14:39:44 +02:00

5 lines
59 B
Rust

pub mod error;
pub mod group;
pub mod user;
pub mod utils;