summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/user.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-25 00:32:02 +0200
committerGünther Deschner <gd@samba.org>2008-06-25 09:55:11 +0200
commit6fa8ac6ab4e99f16c5e47e78343266d77cc646c0 (patch)
tree78fb967904e9cb1e384c4eafa91d5f9ffe0678a1 /source3/lib/netapi/user.c
parent84cf8dc8c62da71e36d196581cce8038d8a05fe2 (diff)
downloadsamba-6fa8ac6ab4e99f16c5e47e78343266d77cc646c0.tar.gz
samba-6fa8ac6ab4e99f16c5e47e78343266d77cc646c0.tar.bz2
samba-6fa8ac6ab4e99f16c5e47e78343266d77cc646c0.zip
netapi: add NetUserChangePassword skeleton.
Guenther (This used to be commit f4ce6887103d0f50bf9a91251e2aceb77674604f)
Diffstat (limited to 'source3/lib/netapi/user.c')
-rw-r--r--source3/lib/netapi/user.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/lib/netapi/user.c b/source3/lib/netapi/user.c
index 53a307a6aa..0d8065dd7f 100644
--- a/source3/lib/netapi/user.c
+++ b/source3/lib/netapi/user.c
@@ -833,3 +833,21 @@ WERROR NetQueryDisplayInformation_l(struct libnetapi_ctx *ctx,
{
return WERR_NOT_SUPPORTED;
}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetUserChangePassword_r(struct libnetapi_ctx *ctx,
+ struct NetUserChangePassword *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetUserChangePassword_l(struct libnetapi_ctx *ctx,
+ struct NetUserChangePassword *r)
+{
+ return WERR_NOT_SUPPORTED;
+}