Skip to content

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

Closed
manojampalam opened this issue Oct 8, 2015 · 3 comments
Closed

Comments

@manojampalam
Copy link
Contributor

Repro steps:

  • Create a new user account
    net user newuser newuserpassword /add
  • Create a remote session as new user
  • User is logged on and directed to the following directory

    while its expected that the following directory be created instead
    \newuser
@quamrulmina
Copy link
Contributor

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.
@quamrulmina
Copy link
Contributor

Fixed the problem and checked in the code to GitHub. Was able to recreate the problem and the updated code fixes it.

@manojampalam
Copy link
Contributor Author

Validated

tgauth added a commit that referenced this issue Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants