From 8e40d3cc259f566a8f5f4e750bb46273a54ad36d Mon Sep 17 00:00:00 2001 From: Chris Reeves Date: Wed, 29 Jun 2016 14:29:35 +0100 Subject: [PATCH] doc: document 'encryption' directive for LDAP Signed-off-by: Eric Lippmann --- doc/04-Resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/04-Resources.md b/doc/04-Resources.md index 6b43ca3d3..72021c38a 100644 --- a/doc/04-Resources.md +++ b/doc/04-Resources.md @@ -68,6 +68,7 @@ Directive | Description **root_dn** | Root object of the tree, e.g. "ou=people,dc=icinga,dc=org" **bind_dn** | The user to use when connecting to the server. **bind_pw** | The password to use when connecting to the server. +**encryption** | Type of encryption to use: `none` (default), `starttls`, `ldaps`. **Example:**