Update ldap_config.php

This commit is contained in:
2018-11-13 09:14:21 +03:00
committed by GitHub
parent c3a2642358
commit 5cb86f8d62
+1 -1
View File
@@ -7,7 +7,7 @@
*/ */
return array( return array(
'ldap_host' => 'LDAP_B7.LOCAL.RU', //, LDAP_M1.LOCAL.RU', 'ldap_host' => 'LDAP.local',
'ldap_port' => '389', 'ldap_port' => '389',
'ldap_base' => 'OU=Accounts, DC=local, DC=ru', 'ldap_base' => 'OU=Accounts, DC=local, DC=ru',
'ldap_filter' => 'sAMAccountName=', 'ldap_filter' => 'sAMAccountName=',