diff options
author | Günther Deschner <gd@samba.org> | 2008-09-16 16:04:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-22 19:36:53 +0200 |
commit | bd7d2fa017832f509905ff48838660d9f732064a (patch) | |
tree | 6a5e8ab68c221ae2836a2e0af52a2905f49bba14 /source3 | |
parent | b47953ea105a04a3d62259f1cbf5aea2f7910173 (diff) | |
download | samba-bd7d2fa017832f509905ff48838660d9f732064a.tar.gz samba-bd7d2fa017832f509905ff48838660d9f732064a.tar.bz2 samba-bd7d2fa017832f509905ff48838660d9f732064a.zip |
netapi: add more fields to USER_INFO_X.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 039dcf4152..f2f4a16c12 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -517,7 +517,9 @@ interface libnetapi uint32 usriX_code_page; string usriX_profile; string usriX_home_dir_drive; + uint32 usriX_user_id; uint32 usriX_primary_group_id; + uint32 usriX_password_expired; } USER_INFO_X; [nopush,nopull] NET_API_STATUS NetUserAdd( |