summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-07 17:06:26 +0200
committerKarolin Seeger <kseeger@samba.org>2009-05-26 09:38:58 +0200
commit4231aa845d2e78bd58fb068cad6f5381db18f056 (patch)
treeca69bb191aded64e858b56fe6c164501923135f4 /source3/include
parent9c97bbda969b690da5dd4bdcddde29321bbb3de3 (diff)
downloadsamba-4231aa845d2e78bd58fb068cad6f5381db18f056.tar.gz
samba-4231aa845d2e78bd58fb068cad6f5381db18f056.tar.xz
samba-4231aa845d2e78bd58fb068cad6f5381db18f056.zip
s3-samr: support some more info levels in samr_SetUserInfo calls.
Guenther (cherry picked from commit f93f713898f2208fda51f24121b060ee09f5fe3a) (cherry picked from commit 07f33f9d7d9401390eb304866e5e1010b6d5ff13)
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 062c57770ef..0f3d6a50321 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5891,6 +5891,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,