]> git.sur5r.net Git - openldap/commit
SLAPD_SCHEMA_NOT_COMPAT:
authorKurt Zeilenga <kurt@openldap.org>
Wed, 24 May 2000 22:20:03 +0000 (22:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 24 May 2000 22:20:03 +0000 (22:20 +0000)
commit433d9388be87366ae1902af6527fc5f0efd16096
tree2e8e26f421e79b149613e89e6cae138f35c75d9b
parentbd243c07a38bb5ee97d1704d23e48d988ce3914a
SLAPD_SCHEMA_NOT_COMPAT:
Add syntax normalizer, separate from matching rule normalizer.
with mr normalizer defaulting to syntax normalizer.  This allows
for more consistent handling of some syntaxes, such as directoryString
(where all matches should ignore leading, trailing, and other extra
spaces).
servers/slapd/proto-slap.h
servers/slapd/schema_init.c
servers/slapd/syntax.c
servers/slapd/value.c