[Date Prev][Date Next] [Chronological] [Thread] [Top]

modifying attributes (ITS#242)



Full_Name: Al Chen
Version: 1.2.5
OS: solaris 2.7 for x86
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (207.34.202.81)


at first we modified an entry and added an attribute to it,for example:
"echo: Yes"
and then we used ldbmcat to dump the id2entry.dbb,and saw the entry with
attribute
"echo: Yes"
and then we tried to modify such entry and add another attribute for example:
"test: test1"
and dump id2entry again.
in some situation we could get the right result
"echo: yes"
"test: test1"
but it some we could only get the wrong result 
"test: test1" (the first attribute were overwritten)
we use berkely db 2.7.3 as the backend ldbm.