mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
[NET] Initialize a new users primary group ID in order to fix logon failures
This commit is contained in:
parent
60420c7218
commit
4bbbc40820
1 changed files with 1 additions and 0 deletions
|
@ -730,6 +730,7 @@ cmdUser(
|
|||
UserInfo.usri4_password = lpPassword;
|
||||
UserInfo.usri4_flags = UF_SCRIPT | UF_NORMAL_ACCOUNT;
|
||||
UserInfo.usri4_acct_expires = TIMEQ_FOREVER;
|
||||
UserInfo.usri4_primary_group_id = DOMAIN_GROUP_RID_USERS;
|
||||
|
||||
pUserInfo = &UserInfo;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue