From f93f713898f2208fda51f24121b060ee09f5fe3a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 May 2009 17:06:26 +0200 Subject: s3-samr: support some more info levels in samr_SetUserInfo calls. Guenther --- source3/include/proto.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index eaaca56c045..24078d1cfbc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5817,6 +5817,26 @@ NTSTATUS np_read_recv(struct tevent_req *req, ssize_t *nread, /* The following definitions come from rpc_server/srv_samr_util.c */ +void copy_id2_to_sam_passwd(struct samu *to, + struct samr_UserInfo2 *from); +void copy_id4_to_sam_passwd(struct samu *to, + struct samr_UserInfo4 *from); +void copy_id6_to_sam_passwd(struct samu *to, + struct samr_UserInfo6 *from); +void copy_id8_to_sam_passwd(struct samu *to, + struct samr_UserInfo8 *from); +void copy_id10_to_sam_passwd(struct samu *to, + struct samr_UserInfo10 *from); +void copy_id11_to_sam_passwd(struct samu *to, + struct samr_UserInfo11 *from); +void copy_id12_to_sam_passwd(struct samu *to, + struct samr_UserInfo12 *from); +void copy_id13_to_sam_passwd(struct samu *to, + struct samr_UserInfo13 *from); +void copy_id14_to_sam_passwd(struct samu *to, + struct samr_UserInfo14 *from); +void copy_id17_to_sam_passwd(struct samu *to, + struct samr_UserInfo17 *from); void copy_id18_to_sam_passwd(struct samu *to, struct samr_UserInfo18 *from); void copy_id20_to_sam_passwd(struct samu *to, -- cgit