Fix wrong matcher for custom LDAP attribute
All checks were successful
continuous-integration/drone/push Build is passing

389ds doesn't like case-insensitive matches for 7-bit ASCII strings
This commit is contained in:
Râu Cao 2025-05-23 14:08:41 +04:00
parent 308cac5a39
commit 4bf6985b87
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -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 )