Fix fetchById
Fix fetchByRole
Add a comment "how to test it" @Test3Service
Add Joomla15PasswordHash that checks the password (copy from validator)
Fix Test3Service, SQLMigrationUserDAO, MUserActionsLDAP
Add Test3Service that do the previews 2 commits
Add LDAPUser and MUserActionsLDAP2DB
Add Test2Service that authenticates a user, and adds him into the db with role_id = 1 (registered) if he doesn't exist
Update SQLMigrationUserDAO
Update SQLMigrationUserQueries with username and fullname into queries
Change MigrationUser's fieldnames from cn to username and from displayName to fullName
Change MigrationUser's field from uid to cn AND Add MigrationUser's field displayName AND Update MigrationUser's getters/setters
Add JDBCConnector and LDAPConnector
Add MigrationUser (from LDAP to DB)
Add Migration (from LDAP to DB)
Add User, UserDAO and LDAPUserDAO, SQLUserDAObefore the implementation
Deleted unused class
adding initial project structure