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

(ITS#5650) The bdb_entry_get() call ignores the attribute arg



Full_Name: Pierangelo Masarati
Version: HEAD/re24/re23
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (82.63.140.131)
Submitted by: ando


The call bdb_entry_get() ignores the attribute description passed as arg,
returning the entry if it exists and if it belongs to the objectClass optionally
passed as arg.  The fix is trivial: check if the attribute is present in the
entry.  The only question is: should we also check for subtypes?  Right now, I'm
fixing it for strict attribute type.

p.