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
@@ -1,5 +1,6 @@
|
||||
pub mod error;
|
||||
pub mod handler;
|
||||
pub mod ldap;
|
||||
pub mod opaque_handler;
|
||||
pub mod sql_backend_handler;
|
||||
pub mod sql_migrations;
|
||||
|
||||
Reference in New Issue
Block a user