This repository has three branches. These branches have different authenticator providers.
- main: both authenticators Entity and LDAP and chain provider. First item in chain is Entity, second is LDAP
- Only-Entity: only Entity authenticator provider
- Only-LDAP: only LDAP authenticator provider
- Authenticate with non existent user in both providers - OK
- Authenticate with user from entity and give bad password - OK
- Authenticate with user from entity and give good password - OK
- Authenticate with user from LDAP and give good password - THIS IS WRONG!!
- Authenticate with user from entity and give bad password - OK
- Authenticate with user from entity and give good password - OK
- Authenticate with user from LDAP and give bad password - OK
- Authenticate with user from LDAP and give good password - OK