Add ldap.properties2 and migration.mysql.db.properties2 if you want to use them, ask me (sbaltzi) about the passwords and rename them from ().properties2 to (*).properties *
Update Test3Service, SQLMigrationUserDAO, RoleQueries for changeRole
Implemement fetchByFullname
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 pom.xml
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
project name change
deleting target
ignoring dirs
adding initial project structure
Creation of user management service