From 290f9d0d18c7136966742924ed08efef59b4ba2f Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Tue, 18 Aug 2015 17:06:28 +0000 Subject: [PATCH] Added php-ldap requirement to ldap-docs --- doc/Extensions/Authentication.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Extensions/Authentication.md b/doc/Extensions/Authentication.md index 9d4be00867..048a08f138 100644 --- a/doc/Extensions/Authentication.md +++ b/doc/Extensions/Authentication.md @@ -63,6 +63,8 @@ Config option: `ldap` This one is a little more complicated :) +First of all, install ___php-ldap___ forCentOS/RHEL or ___php5-ldap___ for Ubuntu/Debian. + ```php $config['auth_ldap_version'] = 3; # v2 or v3 $config['auth_ldap_server'] = "ldap.example.com";