mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect
to alignment, missing fields, etc. - it should now work correctly. There is still the problem of decoding the private data field.
This commit is contained in:
@ -251,6 +251,8 @@ static void net_reply_sam_sync(NET_Q_SAM_SYNC *q_s, prs_struct *rdata,
|
||||
pwd->group_rid, pwd->home_dir, pwd->dir_drive,
|
||||
pwd->logon_script, pwd->acct_desc,
|
||||
pwd->acct_ctrl, pwd->profile_path);
|
||||
|
||||
i++;
|
||||
}
|
||||
|
||||
endsmbpwent(vp);
|
||||
|
Reference in New Issue
Block a user