From 4bf6985b87cec0f052b5a6bd5936ce8863df2a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 23 May 2025 14:08:41 +0400 Subject: [PATCH] Fix wrong matcher for custom LDAP attribute 389ds doesn't like case-insensitive matches for 7-bit ASCII strings --- schemas/ldap/nostr_key.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/ldap/nostr_key.ldif b/schemas/ldap/nostr_key.ldif index 9d6e63a..e2f8da1 100644 --- a/schemas/ldap/nostr_key.ldif +++ b/schemas/ldap/nostr_key.ldif @@ -4,6 +4,6 @@ add: attributeTypes attributeTypes: ( 1.3.6.1.4.1.61554.1.1.2.1.21 NAME 'nostrKey' DESC 'Nostr public key' - EQUALITY caseIgnoreMatch + EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )