History log of /openbsd/usr.sbin/ldapd/matching.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 6c195454 04-Nov-2010 martinh <martinh@openbsd.org>

Publish matching rules in the cn=schema subentry as the matchingRules
attribute. This is an operational attribute and only returned if explicitly
asked for. Required by RFC 4517.


# d6378167 03-Nov-2010 martinh <martinh@openbsd.org>

Validate matching rules against attribute syntaxes. All matching rules from
RFC 4517 are recognized, except the optional wordMatch and keywordMatch.

Requires a current core.schema file.