Changeset 745 for trunk/server/source4/librpc/idl/winbind.idl
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/librpc/idl/winbind.idl
r414 r745 5 5 #include "idl_types.h" 6 6 7 import "netlogon.idl", "lsa.idl", "security.idl" ;7 import "netlogon.idl", "lsa.idl", "security.idl", "idmap.idl"; 8 8 9 9 [ … … 16 16 typedef [switch_type(uint16)] union netr_LogonLevel netr_LogonLevel; 17 17 typedef [switch_type(uint16)] union netr_Validation netr_Validation; 18 19 typedef enum {20 ID_TYPE_NOT_SPECIFIED,21 ID_TYPE_UID,22 ID_TYPE_GID,23 ID_TYPE_BOTH24 } id_type;25 26 typedef struct {27 uint32 id;28 id_type type;29 } unixid;30 31 typedef struct {32 unixid *unixid;33 dom_sid *sid;34 NTSTATUS status;35 } id_mapping;36 18 37 19 /* a call to get runtime informations */ … … 63 45 [in] winbind_get_idmap_level level, 64 46 [in] uint32 count, 65 [in,out] [size_is(count)] id_map pingids[]47 [in,out] [size_is(count)] id_map ids[] 66 48 ); 67 49 50 NTSTATUS winbind_DsrUpdateReadOnlyServerDnsRecords( 51 [in,unique] [string,charset(UTF16)] uint16 *site_name, 52 [in] uint32 dns_ttl, 53 [in,out,ref] NL_DNS_NAME_INFO_ARRAY *dns_names 54 ); 68 55 }
Note:
See TracChangeset
for help on using the changeset viewer.