feat: Implement LDAP bind/whoami
This commit is contained in:
parent
bdb5008914
commit
b4330b37fa
19 changed files with 664 additions and 37 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::db::error::*;
|
||||
use crate::db::error::UserAlreadyExists;
|
||||
use crate::db::{Database, User, UserRef};
|
||||
|
||||
impl<D: DatabaseInterface> DatabaseInterface for Database<D> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue