Search found 2 matches

by LucasH
15 Apr 2017 15:20
Forum: 3.x Bugs
Topic: Unable to login with AD after upgrade to 3.0.2.1
Replies: 1
Views: 2199

Re: Unable to login with AD after upgrade to 3.0.2.1

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.
by LucasH
15 Apr 2017 15:00
Forum: 3.x Bugs
Topic: Unable to login with AD after upgrade to 3.0.2.1
Replies: 1
Views: 2199

Unable to login with AD after upgrade to 3.0.2.1

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?