]> git.sur5r.net Git - openldap/commit
Add normalized dn to Entry structure as field e_ndn. Entry
authorKurt Zeilenga <kurt@openldap.org>
Wed, 13 Jan 1999 01:17:22 +0000 (01:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 13 Jan 1999 01:17:22 +0000 (01:17 +0000)
commitb39fdc0bcd939980759745108e3776a18833ca74
treeeb416fa67bf1f6a5220842cb4d7de4f772952e40
parentcb31c7aa9a45c9c7eee96f979e416813f6ec0425
Add normalized dn to Entry structure as field e_ndn.  Entry
creation codes to provide this field.  Update cache_entrydn_cmp
to strcasecmp() the e_ndn instead of e_dn.  Note: strcasecmp()
is still used as e_ndn isn't in uppercase.  Maybe it should
be.  Did not update other codes to use e_ndn.  Hence, there
are lots of dn_normalize() calls that could be eliminated.
(The case determination of e_ndn should be made first).
servers/slapd/add.c
servers/slapd/back-ldbm/cache.c
servers/slapd/back-passwd/search.c
servers/slapd/entry.c
servers/slapd/monitor.c
servers/slapd/slap.h