mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
netapi: fix public header for USER_INFO_4.
Guenther
This commit is contained in:
@ -185,7 +185,7 @@ struct USER_INFO_4 {
|
|||||||
const char * usri4_logon_server;
|
const char * usri4_logon_server;
|
||||||
uint32_t usri4_country_code;
|
uint32_t usri4_country_code;
|
||||||
uint32_t usri4_code_page;
|
uint32_t usri4_code_page;
|
||||||
struct dom_sid *usri4_user_sid;/* [unique] */
|
struct domsid *usri4_user_sid;/* [unique] */
|
||||||
uint32_t usri4_primary_group_id;
|
uint32_t usri4_primary_group_id;
|
||||||
const char * usri4_profile;
|
const char * usri4_profile;
|
||||||
const char * usri4_home_dir_drive;
|
const char * usri4_home_dir_drive;
|
||||||
|
Reference in New Issue
Block a user