updated the modification object in ldap.change
This commit is contained in:
parent
f2890088e4
commit
3fbc1aeae7
docs
|
@ -213,7 +213,8 @@ Example:
|
|||
const change = new ldap.Change({
|
||||
operation: 'add',
|
||||
modification: {
|
||||
pets: ['cat', 'dog']
|
||||
type: 'pets',
|
||||
values: ['cat', 'dog']
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue