summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-25 12:18:39 +0100
committerGünther Deschner <gd@samba.org>2008-11-27 18:27:26 +0100
commite09f658be72b6304e541da02dce843de79488d1c (patch)
tree48a3e3d5cffdacd4d5a8f490980a481050208c54 /source3/include/proto.h
parent5aebfd9086eead8aad526827661ab10679414891 (diff)
downloadsamba-e09f658be72b6304e541da02dce843de79488d1c.tar.gz
samba-e09f658be72b6304e541da02dce843de79488d1c.tar.bz2
samba-e09f658be72b6304e541da02dce843de79488d1c.zip
s3-samr: add init_samr_user_info5.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a02672351c..73be87b6fc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5644,6 +5644,25 @@ void init_samr_alias_info1(struct samr_AliasInfoAll *r,
const char *description);
void init_samr_alias_info3(struct lsa_String *r,
const char *description);
+void init_samr_user_info5(struct samr_UserInfo5 *r,
+ const char *account_name,
+ const char *full_name,
+ uint32_t rid,
+ uint32_t primary_gid,
+ const char *home_directory,
+ const char *home_drive,
+ const char *logon_script,
+ const char *profile_path,
+ const char *description,
+ const char *workstations,
+ NTTIME last_logon,
+ NTTIME last_logoff,
+ struct samr_LogonHours logon_hours,
+ uint16_t bad_password_count,
+ uint16_t logon_count,
+ NTTIME last_password_change,
+ NTTIME acct_expiry,
+ uint32_t acct_flags);
void init_samr_user_info7(struct samr_UserInfo7 *r,
const char *account_name);
void init_samr_user_info9(struct samr_UserInfo9 *r,