server: refactor sql backend handler

And add some missing tests
This commit is contained in:
Valentin Tolmer
2022-10-18 12:41:43 +02:00
committed by nitnelave
parent bf42517077
commit 8d19678e39
9 changed files with 1176 additions and 891 deletions

View File

@@ -3,6 +3,8 @@ pub mod handler;
pub mod ldap;
pub mod opaque_handler;
pub mod sql_backend_handler;
pub mod sql_group_backend_handler;
pub mod sql_migrations;
pub mod sql_opaque_handler;
pub mod sql_tables;
pub mod sql_user_backend_handler;