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

bug in ldapmodify means replace,add keywords are added as schema items during modify (ITS#547)



Full_Name: J.P.Swithenbank
Version: openldap-stable-20000515
OS: Linux(kernel 2.2.14)
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.126.143.2)


a minor bug...but here goes...

in the process of modifying a reccord using ldapmodify...
using ldif...
e.g.
---
dn: cn=aperson,o=anorg,c=any
replace: mail
mail: aperson@anorg.dom
---
this would replace the schema item mail...as intended...but also add the
schema item replace with the value mail...if it already exists...the item
replace would be replaced with the new value!

ok.