feat: Support case-insensitive LDAP attributes in search

This commit is contained in:
selfhoster selfhoster 2026-09-21 15:10:43 +02:00
commit 586faccc7c
3 changed files with 97 additions and 15 deletions

View file

@ -1,3 +1,5 @@
mod attr;
pub use attr::LdapAttribute;
mod client_state;
pub use client_state::LdapClientState;
mod dn;