]> git.sur5r.net Git - openldap/commit
Change - bdb_tool_entry_put always "sorts" entries:
authorHoward Chu <hyc@openldap.org>
Fri, 21 Feb 2003 10:13:20 +0000 (10:13 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 21 Feb 2003 10:13:20 +0000 (10:13 +0000)
commitc756bf0590c3fee732a1263f3502f3f43f5e59ba
tree37b08714fa8d4442d1673ca503ffd6219341007d
parentf620aa08f949a0656cd58c21de49a292ca2b4dfe
Change - bdb_tool_entry_put always "sorts" entries:
  instead of just calling bdb_next_id, it calls bdb_dn2id to see if the
    current entry already has an ID. If so, it uses it.
  if not, it recurses to see if its parent exists, and does dn2id_add from
    the database suffix back to the current entry.
servers/slapd/back-bdb/tools.c