From 6319ae4fb8c10dabc9464ad49faec532096fbcb5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 31 May 2026 11:50:37 +0100 Subject: Fix escaping LDAP search filters in ldapauth and ldapoper. --- include/modules/ldap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/modules') diff --git a/include/modules/ldap.h b/include/modules/ldap.h index d72dd1422..2d4fde80b 100644 --- a/include/modules/ldap.h +++ b/include/modules/ldap.h @@ -48,6 +48,8 @@ struct LDAPModification final typedef std::vector LDAPMods; +using LDAPAttribute = std::pair; + struct LDAPAttributes final : public std::map> { -- cgit v1.3.1-10-gc9f91