From 954231d35812c345942249ba58c433865db55d2a Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Tue, 27 Oct 2015 22:02:56 -0500 Subject: [PATCH] Minor docs updates --- docs/client.md | 8 ++++---- docs/index.md | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/client.md b/docs/client.md index 97e33e2..3de1bb1 100644 --- a/docs/client.md +++ b/docs/client.md @@ -27,10 +27,10 @@ client is: |url |A valid LDAP URL (proto/host/port only) | |socketPath |Socket path if using AF\_UNIX sockets | |log |Bunyan logger instance (Default: built-in instance) | -|timeout |How long the client should let operations live for before timing out (Default: Infinity)| -|connectTimeout |How long the client should wait before timing out on TCP connections (Default: OS default)| -|tlsOptions |Additional options passed to the TLS connection layer when connecting via `ldaps://` (See: The TLS docs for node.js)| -|idleTimeout |Seconds after last activity before client emits idle event| +|timeout |Milliseconds client should let operations live for before timing out (Default: Infinity)| +|connectTimeout |Milliseconds client should wait before timing out on TCP connections (Default: OS default)| +|tlsOptions |Additional options passed to TLS connection layer when connecting via `ldaps://` (See: The TLS docs for node.js)| +|idleTimeout |Milliseconds after last activity before client emits idle event| |strictDN |Force strict DN parsing for client methods (Default is true)| ## Connection management diff --git a/docs/index.md b/docs/index.md index e8c05db..729027b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,6 @@ Specifically: * LDIF * Aliases * Attributes by OID -* TLS extended operation (seriously, just use SSL) * Extensible matching There are a few others, but those are the "big" ones.