Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/librpc/idl/winbind.idl

    r414 r745  
    55#include "idl_types.h"
    66
    7 import "netlogon.idl", "lsa.idl", "security.idl";
     7import "netlogon.idl", "lsa.idl", "security.idl", "idmap.idl";
    88
    99[
     
    1616        typedef [switch_type(uint16)] union netr_LogonLevel netr_LogonLevel;
    1717        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_BOTH
    24         } 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;
    3618
    3719        /* a call to get runtime informations */
     
    6345                [in]     winbind_get_idmap_level level,
    6446                [in]     uint32 count,
    65                 [in,out] [size_is(count)] id_mapping ids[]
     47                [in,out] [size_is(count)] id_map ids[]
    6648        );
    6749
     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                );
    6855}
Note: See TracChangeset for help on using the changeset viewer.