mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
r15920: Move userman.c and userinfo.c definition into respective
header files instead of composite.h rafal
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
51501cdeef
commit
8cafbe7afe
@@ -54,3 +54,24 @@ struct libnet_DeleteUser {
|
||||
const char *error_string;
|
||||
} out;
|
||||
};
|
||||
|
||||
|
||||
struct libnet_ModifyUser {
|
||||
struct {
|
||||
const char *user_name;
|
||||
const char *domain_name;
|
||||
|
||||
const char *full_name;
|
||||
const char *description;
|
||||
const char *comment;
|
||||
const char *logon_script;
|
||||
const char *profile_path;
|
||||
struct timeval *acct_expiry;
|
||||
struct timeval *allow_password_change;
|
||||
struct timeval *force_password_change;
|
||||
uint32_t acct_flags;
|
||||
} in;
|
||||
struct {
|
||||
const char *error_string;
|
||||
} out;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user