Hi.
We're running v1.15 and trying to upgrade to v1.16. The upgrade runs correctly, and the helpdesk works, but we have authentication issues.
We use LDAP authentication against Active Directory for all users, and we have multiple UPN Suffixes. This has worked 100% for years.
We upgrade to 1.16, and LDAP's behaviour has changed. It is attaching the "default domain" to all logins, even if the username has that already. So if (for example):
- I sign in as mhay@booble.net, it's authenticating as mhay@booble.net@booble.net, and it fails.
- I sign in as mhay@bebebebe.com, it presents mhay@bebebebe.com@booble.net and fails.
- I sign in as mhay, it presents mhay@booble.net and succeeds.
We're using LDAP plugin 0.6.2. I've re-downloaded it, and it hasn't helped. I've tried removing the Default Domain, and I'm not allowed. Is there another fix for this?
Thanks!