Page 1 of 1

Unable to login with AD after upgrade to 3.0.2.1

Posted: 15 Apr 2017 15:00
by LucasH
Hi!

I'm unable to login with my AD credentials in MailScanner after upgrading EFA to version 3.0.2.1.
I have double checked /var/www/html/mailscanner/conf.php and it's untuched, so AD login should work as of prior to upgrade EFA.
Nothing in the /var/log/httpd/error.log log file.

Any idéas?

Re: Unable to login with AD after upgrade to 3.0.2.1

Posted: 15 Apr 2017 15:20
by LucasH
I solved it my self.
I had to edit 'LDAP_USERNAME_FIELD in MailWatch conf.php.

Changed

Code: Select all

define('LDAP_USERNAME_FIELD', 'cn');
to

Code: Select all

define('LDAP_USERNAME_FIELD', 'mail');
Not sure why it worked before.