feat: ldap login

This commit is contained in:
RatCornu
2025-08-09 15:06:48 +02:00
committed by Ellis Git
parent 8b35de6a43
commit c7adbae03f
17 changed files with 921 additions and 155 deletions
+2
View File
@@ -110,6 +110,8 @@ pub enum Error {
InconsistentRoomState(&'static str, ruma::OwnedRoomId),
#[error(transparent)]
IntoHttp(#[from] ruma::api::error::IntoHttpError),
#[error("{0}")]
Ldap(Cow<'static, str>),
#[error(transparent)]
Mxc(#[from] ruma::MxcUriError),
#[error(transparent)]