]> git.sur5r.net Git - openldap/commit
Fix schema check bug... actually charray needs to dup strings on
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 Dec 1998 23:43:04 +0000 (23:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 Dec 1998 23:43:04 +0000 (23:43 +0000)
commitcfa450d078d2595b01b2d2a83555932dc788ad1c
treefada14b30e9cbc92a9e91e9fdf30312de127d248
parent4d2761a6a64eaa1c4d5f7949277ecfe25b42ca83
Fix schema check bug... actually charray needs to dup strings on
add/merge as we now free strings agressively.  Improved debug
message to include name of missing required attribute and added
check for 'operational attributes'.  This check should be used
everywhere we need to test for operational attributes (add/modify).
Also, enabled schema checking for tests (and fixed resulting
problems by adjusting oc.conf).
include/portable.h.in
servers/slapd/charray.c
servers/slapd/schema.c
tests/data/slapd-master.conf
tests/data/slapd.oc.conf