Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 954231d

Browse files
committed
Minor docs updates
1 parent bdbff63 commit 954231d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/client.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ client is:
2727
|url |A valid LDAP URL (proto/host/port only) |
2828
|socketPath |Socket path if using AF\_UNIX sockets |
2929
|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|
3434
|strictDN |Force strict DN parsing for client methods (Default is true)|
3535

3636
## Connection management

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Specifically:
8383
* LDIF
8484
* Aliases
8585
* Attributes by OID
86-
* TLS extended operation (seriously, just use SSL)
8786
* Extensible matching
8887

8988
There are a few others, but those are the "big" ones.

0 commit comments

Comments
 (0)