server: refactor ldap_handler
Split it into several files, move them into the domain folder, introduce `LdapError` for better control flow.
This commit is contained in:
committed by
nitnelave
parent
0be440efc8
commit
35aa656677
4
server/src/domain/ldap/mod.rs
Normal file
4
server/src/domain/ldap/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
pub mod error;
|
||||
pub mod group;
|
||||
pub mod user;
|
||||
pub mod utils;
|
||||
Reference in New Issue
Block a user