diff options
author | Günther Deschner <gd@samba.org> | 2008-08-27 01:43:52 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-08-29 13:57:56 +0200 |
commit | 965f947e27a9af53e4cd5167f16a17d9ae6116c0 (patch) | |
tree | a8f6627fdbb509aebb12d9ea5f9b1b92b15fd228 /source3/librpc/idl | |
parent | daf162ce0cb6ee1d6bb859918ad2a90bf2a51f13 (diff) | |
download | samba-965f947e27a9af53e4cd5167f16a17d9ae6116c0.tar.gz samba-965f947e27a9af53e4cd5167f16a17d9ae6116c0.tar.bz2 samba-965f947e27a9af53e4cd5167f16a17d9ae6116c0.zip |
netapi: add usriX_profile/usriX_home_dir_drive/usriX_primary_group_id to USER_INFO_X in IDL.
Guenther
(This used to be commit 59e27519adebd45cbd5207cfa5df212d11ca648b)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 6050caba0e..71bbccb8fd 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -436,6 +436,9 @@ interface libnetapi string usriX_logon_server; uint32 usriX_country_code; uint32 usriX_code_page; + string usriX_profile; + string usriX_home_dir_drive; + uint32 usriX_primary_group_id; } USER_INFO_X; [nopush,nopull] NET_API_STATUS NetUserAdd( |