cfntauthenticate not working after moving website to new server
Hello.
I've got a website that uses cfntauthenticate to authenticate users.
It's been working great, but after moving the website to a new server it's suddenly stopped working.
When trying to authenticate, this is the error message I get:
javax.servlet.jsp.JspException: coldfusion.security.BadUserNameException: The user name or group name <username> is invalid in domain <domain>.The error message sort of makes it seem like there something wonky going on in the connection between the server and the domain controller, but I'm not sure.
Old and new server is in the same domain.
Can't find anything related to this in the logs.
It's even working when I develop locally on my laptop.
I've tried to do some googling, but haven't really been able to find anything.
Anyone here got any ideas on what the issue could be?
(Originally we were using cfldap, but after migrating to using cfldap with starttls, we were seeing intermittent login errors (e.g. your first login would fail, but the second would be successful))
