-
Hi there, I have this structure for records in ldap: cn.Add(new LdapEntry When I try to add a record, I get "duplicate key" error. Is there a way to add records with same key name, different value ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got the answer by myself a few seconds later to post question. I use this way: {"objectClass", new List {"cm", "top"}}, |
Beta Was this translation helpful? Give feedback.
I got the answer by myself a few seconds later to post question. I use this way:
{"objectClass", new List {"cm", "top"}},
{"cmclientclasses", new List {"ACCESO", vendor, speed, "MAX-CPEs-3"}},
{"cmdescription", new List {"11223344"}},
{"cmmacaddress", new List {macAddress}},
{"cmmaxcpe", new List {"3"}},
{"cmname", new List {macAddress}}