diff options
author | Günther Deschner <gd@samba.org> | 2008-07-17 00:59:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-18 17:21:28 +0200 |
commit | 97e6a44258a8dca6bd63cf3edebfce0963bae219 (patch) | |
tree | db95e420e1df906752d993542997038e7a2ebb21 /source3 | |
parent | 99b8d914303961b3d735898e6737468a4f4047d6 (diff) | |
download | samba-97e6a44258a8dca6bd63cf3edebfce0963bae219.tar.gz samba-97e6a44258a8dca6bd63cf3edebfce0963bae219.tar.bz2 samba-97e6a44258a8dca6bd63cf3edebfce0963bae219.zip |
netapi: add NetUserSetInfo to IDL.
Guenther
(This used to be commit e00d2affbc3bc848e727f60348aebc7ea8548459)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 0f311d418c..69f78b9789 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -361,6 +361,18 @@ interface libnetapi ); /*******************************************/ + /* NetUserSetInfo */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetUserSetInfo( + [in] string server_name, + [in] string user_name, + [in] uint32 level, + [in] uint8 *buffer, + [out] uint32 *parm_err + ); + + /*******************************************/ /* NetQueryDisplayInformation */ /*******************************************/ |