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

Adding duplicate attributes and values (ITS#448)



Full_Name: Paul R. Turgyan
Version: 1.2.9
OS: Solaris 5.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (141.211.168.36)


slapd allow multiple attributes with the same value in a directory entry. 
Adding 
a duplicate attribute/value to an entry using ldapmodify returns the value :
"Type or value exists".  But if you add multiple duplicate attribute/value
pairs
at the same time, slapd happily stores them in the entry. e.g.

ldapmodify 
dn: cn=Mickey Mouse, ou=Magic Kingdom, o=Disney World, c=US
changetype:modify
add:description
description: duplicate descr
description: duplicate descr
description: duplicate descr