summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-31 14:19:25 +0100
committerGünther Deschner <gd@samba.org>2011-01-31 16:07:14 +0100
commit1537f5dab1d947fddee05b27c7feb5c7e83e83a2 (patch)
treea007a55215271b7a752932233ab1c88365d2bdd7 /librpc
parent8f4eee905488fccb56443b1f2d80e804ffc9422a (diff)
downloadsamba-1537f5dab1d947fddee05b27c7feb5c7e83e83a2.tar.gz
samba-1537f5dab1d947fddee05b27c7feb5c7e83e83a2.tar.bz2
samba-1537f5dab1d947fddee05b27c7feb5c7e83e83a2.zip
s4-smbtorture: add samr_changepassworduser3 ndr torture tests.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl
index ee9ab7995d..cafffc2ca1 100644
--- a/librpc/idl/samr.idl
+++ b/librpc/idl/samr.idl
@@ -1458,7 +1458,7 @@ import "misc.idl", "lsa.idl", "security.idl";
[string,charset(UTF16)] uint16 *filterModuleName;
} userPwdChangeFailureInformation;
- NTSTATUS samr_ChangePasswordUser3(
+ [public] NTSTATUS samr_ChangePasswordUser3(
[in,unique] lsa_String *server,
[in,ref] lsa_String *account,
[in,unique] samr_CryptPassword *nt_password,