From 5cb86f8d62a925aef2e6c347932f4c92c34cc3d2 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 13 Nov 2018 09:14:21 +0300 Subject: [PATCH] Update ldap_config.php --- config/ldap_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ldap_config.php b/config/ldap_config.php index b2d136c..7978275 100644 --- a/config/ldap_config.php +++ b/config/ldap_config.php @@ -7,7 +7,7 @@ */ return array( - 'ldap_host' => 'LDAP_B7.LOCAL.RU', //, LDAP_M1.LOCAL.RU', + 'ldap_host' => 'LDAP.local', 'ldap_port' => '389', 'ldap_base' => 'OU=Accounts, DC=local, DC=ru', 'ldap_filter' => 'sAMAccountName=',