In this i managed to log in a user by doing 2 things maybe it was not necessary. I logged in with administrator account successfully in the local computer and did the following:
1. Logged in the active directory Server for the domain (using remote desktop)and I gave the user all the privileges on the domain i.e
on the server click Start>all programs>administrative tools>Active directory users and computers
locate the user > open the properties tab of the user > go to Member Of...> and add Administrators and Domain admins to the user. Then try to log in the user from the client computer. Remember to remove the prvileges after.
If no Remote desktop program is available then go to the actual server.
2. Also created the user profile manually on the local computer. In the local computer click Start > Control panel > Users > Manage Users
In the list of users locate the user you want. if user is not there add the user. You must type username and your Domain name.
If the user is already there then its a different problem. You can do the following at your own risk
Rename the user profile in the local computer:
Log in with admin account and rename C:\Users\Username to C:\Users\UsernameOld. this should prevent the old profile from logging in. Create a new user profile as above. Let user log in. remember to copy old files from usernameOld to the new account Username.
Maybe it helps.