This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ client is:
27
27
| url | A valid LDAP URL (proto/host/port only) |
28
28
| socketPath | Socket path if using AF\_ UNIX sockets |
29
29
| log | Bunyan logger instance (Default: built-in instance) |
30
- | timeout | How long the client should let operations live for before timing out (Default: Infinity)|
31
- | connectTimeout | How long the client should wait before timing out on TCP connections (Default: OS default)|
32
- | tlsOptions | Additional options passed to the TLS connection layer when connecting via ` ldaps:// ` (See: The TLS docs for node.js)|
33
- | idleTimeout | Seconds after last activity before client emits idle event|
30
+ | timeout | Milliseconds client should let operations live for before timing out (Default: Infinity)|
31
+ | connectTimeout | Milliseconds client should wait before timing out on TCP connections (Default: OS default)|
32
+ | tlsOptions | Additional options passed to TLS connection layer when connecting via ` ldaps:// ` (See: The TLS docs for node.js)|
33
+ | idleTimeout | Milliseconds after last activity before client emits idle event|
34
34
| strictDN | Force strict DN parsing for client methods (Default is true)|
35
35
36
36
## Connection management
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ Specifically:
83
83
* LDIF
84
84
* Aliases
85
85
* Attributes by OID
86
- * TLS extended operation (seriously, just use SSL)
87
86
* Extensible matching
88
87
89
88
There are a few others, but those are the "big" ones.
You can’t perform that action at this time.
0 commit comments