shanept / mediawiki-LdapAuth

New LdapAuthentication provider plugin for mediawiki
GNU General Public License v3.0
4 stars 6 forks source link

Login failed in primary authentication #6

Closed rvieiracosta closed 5 years ago

rvieiracosta commented 5 years ago

When you try to log in the following error appears in the logs:

[authentication] Bound successfully. [authentication] Login failed in primary authentication by Shanept\LdapAuth\Auth\PrimaryAuthenticationProvider

The use of this username and password has been forbidden.

rvieiracosta commented 5 years ago

Sorry.

In another moment I found the comment:

// The user was outside the SearchBase - equivalent to a // forbidden login - however the user has already been // authenticated with their password, so we must not // error with an 'Incorrect Credentials' message.

Thanks.