Unable to login with AD after upgrade to 3.0.2.1

Report bugs and workarounds
Post Reply
LucasH
Posts: 2
Joined: 15 Apr 2017 14:55

Unable to login with AD after upgrade to 3.0.2.1

Post 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?
LucasH
Posts: 2
Joined: 15 Apr 2017 14:55

Re: Unable to login with AD after upgrade to 3.0.2.1

Post 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.
Post Reply