I just installed de newest server version version 2.0.5.241.
I'm trying to authenticate users against the Active Directory but every time i try to login to the chat client, i will have an error that the username or password are incorrect:
This is my ldap.config.inc.php file:
- Code: Select all
if ( !defined('INTRAMESSENGER') ) die();
$ldap_host = "10.1.1.1";
$ldap_port = "389";
$ldap_basedn = "cn=Users,o=mycomeurope, c=local";
Is there any way to solve this problem?