summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-27 17:49:25 +0100
committerGünther Deschner <gd@samba.org>2009-03-20 10:39:18 +0100
commit842edcd2b08763a35dbdea3518fcc039aa70aad4 (patch)
tree7320544aa8e6f624de6c5c41c8fd9868be5fe668 /source3/include
parentda46c371006d7cb5bceba790070d805b303ade98 (diff)
downloadsamba-842edcd2b08763a35dbdea3518fcc039aa70aad4.tar.gz
samba-842edcd2b08763a35dbdea3518fcc039aa70aad4.tar.bz2
samba-842edcd2b08763a35dbdea3518fcc039aa70aad4.zip
s3-samr: try to to fix password_expired flag handling.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3d87f75c7b..d8154482be 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5898,6 +5898,8 @@ NTSTATUS np_read_recv(struct tevent_req *req, ssize_t *nread,
/* The following definitions come from rpc_server/srv_samr_util.c */
+void copy_id18_to_sam_passwd(struct samu *to,
+ struct samr_UserInfo18 *from);
void copy_id20_to_sam_passwd(struct samu *to,
struct samr_UserInfo20 *from);
void copy_id21_to_sam_passwd(const char *log_prefix,
@@ -5905,8 +5907,12 @@ void copy_id21_to_sam_passwd(const char *log_prefix,
struct samr_UserInfo21 *from);
void copy_id23_to_sam_passwd(struct samu *to,
struct samr_UserInfo23 *from);
+void copy_id24_to_sam_passwd(struct samu *to,
+ struct samr_UserInfo24 *from);
void copy_id25_to_sam_passwd(struct samu *to,
struct samr_UserInfo25 *from);
+void copy_id26_to_sam_passwd(struct samu *to,
+ struct samr_UserInfo26 *from);
/* The following definitions come from rpc_server/srv_spoolss_nt.c */