This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,11 @@ A `Change` object maps to the LDAP protocol of a modify change, and requires you
168
168
to set the ` operation ` and ` modification ` . The ` operation ` is a string, and
169
169
must be one of:
170
170
171
- || replace|| Replaces the attribute referenced in ` modification ` . If the modification has no values, it is equivalent to a delete.||
172
- || add|| Adds the attribute value(s) referenced in ` modification ` . The attribute may or may not already exist.||
173
- || delete|| Deletes the attribute (and all values) referenced in ` modification ` .||
171
+ | Operation | Description |
172
+ | -----------| -------------|
173
+ | replace | Replaces the attribute referenced in ` modification ` . If the modification has no values, it is equivalent to a delete. |
174
+ | add | Adds the attribute value(s) referenced in ` modification ` . The attribute may or may not already exist. |
175
+ | delete | Deletes the attribute (and all values) referenced in ` modification ` . |
174
176
175
177
` modification ` is just a plain old JS object with the values you want.
176
178
You can’t perform that action at this time.
0 commit comments