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

Re: ldapmodify allows to add multiple Attribute with the same value (ITS#3066)



I've committed a fix to HEAD.  Please test.  Thanks, Kurt

At 09:02 AM 4/7/2004, rhafer@suse.de wrote:
>Full_Name: Ralf Haferkamp
>Version: 2.2.8
>OS: Linux
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (212.95.104.168)
>
>
>The following LDIF doesn't trigger an error when used with ldapmodify:
>
>dn: uid=test,ou=people,dc=suse,dc=de
>cn: test
>cn: test
>
>After the operation the "cn" attribute of the entry will have the value "test"
>twice. Shouldn't this return TYPE_OR_VALUE_EXISTS?