From 8ad6adbaeb37facc0e2b0c0683e9a2056c4a35bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 25 Sep 2024 18:35:48 +0200 Subject: [PATCH] Use ASCII format for nostrKey LDAP schema No need for UTF-8 --- 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 22e7510..9d6e63a 100644 --- a/schemas/ldap/nostr_key.ldif +++ b/schemas/ldap/nostr_key.ldif @@ -5,5 +5,5 @@ attributeTypes: ( 1.3.6.1.4.1.61554.1.1.2.1.21 NAME 'nostrKey' DESC 'Nostr public key' EQUALITY caseIgnoreMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )