Failed AD logins after updating from 3.0.0.8 to 3.0.1.0

General eFa discussion
colin
Posts: 99
Joined: 13 Feb 2014 16:09

Re: Failed AD logins after updating from 3.0.0.8 to 3.0.1.0

Post by colin »

Bingo :)

So now if I create a new Active Directory user "Fred Bloggs" with a username for Fred and a password of letmein
and then login to EFA as Fred with a password of letmein. I'm in and what's more it creates the EFA account, populated with a Username of Fred@mydomain.co.uk and a Name of Fred Bloggs. I can also login to EFA as Fred@mydomain.co.uk

Maybe I wasn't going crazy after all.

Many thanks Shawn.
ph_xor
Posts: 2
Joined: 29 Apr 2016 06:54

Re: Failed AD logins after updating from 3.0.0.8 to 3.0.1.0

Post by ph_xor »

shawniverson wrote:Please try this and report back.

Code: Select all

sudo mv /var/www/html/mailscanner/functions.php /var/www/html/mailscanner/functions.php.orig
sudo wget -O /var/www/html/mailscanner/functions.php https://raw.githubusercontent.com/shawniverson/1.2.0/4d3591c52b4e84da65fff97e87cc6a571bc3fb4c/mailscanner/functions.php
Hi!

Same thing happened to me after the upgrade. No one could login. Unless I changed the password of course, and after that only with full username (that is with the domain name) and not with just samaccountname like before.

But changing the functions.php file to the new version AND changing:

Code: Select all

//define('USE_LDAP',         '1');
define('USE_LDAP',         true);
fixed logins.

Thank you Shawn!
Post Reply