Is struct berval->bv_val always \0-terminated for attribute values in slapd? I.e. can I use strcmp() instead of strncmp() in routines like slapd/schema_init.c:caseExactMatch()? -- Hallvard