LDAP Module, responsible for validating the user credentials via LDAP.
Examples:
User.authenticate('email@test.com', 'password123') # returns authenticated user or nil User.find(1).valid_password?('password123') # returns true/false
Called after a successful LDAP authentication
Checks if a resource is valid upon authentication.
[Validate]