fixed documentation stating wrong object attribute for paging see https://github.com/mcavage/node-ldapjs/issues/321
This commit is contained in:
parent
540a3a1f5c
commit
63af461a8f
|
@ -329,7 +329,7 @@ Here is an example where both of those parameters are used:
|
|||
var opts = {
|
||||
filter: '(objectclass=commonobject)',
|
||||
scope: 'sub',
|
||||
paging: {
|
||||
paged: {
|
||||
pageSize: 250,
|
||||
pagePause: true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue