From 1ed245c49d2c4563fd7b7108c98d4c719059a284 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Mon, 25 Jul 2016 09:57:11 +0200
Subject: [PATCH] docs: Add documentation for ldap.port configuration option in
 authproc filters.

This is related to PR #313. The option was in use but not documented.
---
 modules/ldap/docs/ldap.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/modules/ldap/docs/ldap.md b/modules/ldap/docs/ldap.md
index 151db8876..cbc9e6f77 100644
--- a/modules/ldap/docs/ldap.md
+++ b/modules/ldap/docs/ldap.md
@@ -435,6 +435,17 @@ a listing of all configuration options and their details.
 		'ldap.hostname' => 'ad1.example.org ad2.example.org',
 
 
+		/**
+		 * This is the port where the LDAP server(s) listen for
+		 * connections.
+		 *
+		 * Default: 389
+		 * Required: No
+		 * AuthSource: port
+		 */
+		'ldap.port' => 389,
+
+
 		/**
 		 * This is the password used to bind to LDAP.
 		 *
-- 
GitLab