-
Notifications
You must be signed in to change notification settings - Fork 781
Wrong user profile folder created on first logon through ssh #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Recreated the problem easily. We will fix it. |
quamrulmina
added a commit
that referenced
this issue
Oct 11, 2015
…oblem Fixed this #3 problem ticket. We determine domain hostname which created the authenticated token from the token and then pass it to LoadUserProfile() Windows API which now correctly creates the user's home directory name and profile folder.
Fixed the problem and checked in the code to GitHub. Was able to recreate the problem and the updated code fixes it. |
Validated |
Closed
Closed
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro steps:
net user newuser newuserpassword /add
while its expected that the following directory be created instead
\newuser
The text was updated successfully, but these errors were encountered: