[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
inserting already existent values
I got an objectClass that allows multivalued attributes, as follows:
dn: cn=test, dc=myExample, dc=com
objectClass: myObjectClass SUP top
site: www.google.com
site: www.altavista.com
site: www.lycos.com
port: 80
port: 80 (when I try to add this already existent value, I get an
error message)
protocol: TCP
protocol: UDP
protocol: TCP (same occurs here)
I would like to know if it is possible to add repeated values, if yes...
how?