summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-07 17:06:26 +0200
committerGünther Deschner <gd@samba.org>2009-05-08 00:41:40 +0200
commitf93f713898f2208fda51f24121b060ee09f5fe3a (patch)
treef9d5a919d1d1e5a5a69dd56f8a3c6458efaf3c9f /source3/include
parentb0df0e8cc76e67a977129aca8b254fe38de85ebd (diff)
downloadsamba-f93f713898f2208fda51f24121b060ee09f5fe3a.tar.gz
samba-f93f713898f2208fda51f24121b060ee09f5fe3a.tar.xz
samba-f93f713898f2208fda51f24121b060ee09f5fe3a.zip
s3-samr: support some more info levels in samr_SetUserInfo calls.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h20
1 files changed, 20 insertions, 0 deletions
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,