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/source3/include/rpc_misc.h

    r414 r745  
    2424#define _RPC_MISC_H
    2525
    26 #define SMB_RPC_INTERFACE_VERSION 1
    27 
    28 
    29 /**********************************************************************
    30  * well-known RIDs - Relative IDs
    31  **********************************************************************/
    32 
    33 /* RIDs - Well-known users ... */
    34 #define DOMAIN_USER_RID_ADMIN          (0x000001F4L)
    35 #define DOMAIN_USER_RID_GUEST          (0x000001F5L)
    36 #define DOMAIN_USER_RID_KRBTGT         (0x000001F6L)
    37 
    38 /* RIDs - well-known groups ... */
    39 #define DOMAIN_GROUP_RID_ADMINS        (0x00000200L)
    40 #define DOMAIN_GROUP_RID_USERS         (0x00000201L)
    41 #define DOMAIN_GROUP_RID_GUESTS        (0x00000202L)
    42 #define DOMAIN_GROUP_RID_COMPUTERS     (0x00000203L)
    43 
    44 #define DOMAIN_GROUP_RID_CONTROLLERS   (0x00000204L)
    45 #define DOMAIN_GROUP_RID_CERT_ADMINS   (0x00000205L)
    46 #define DOMAIN_GROUP_RID_SCHEMA_ADMINS (0x00000206L)
    47 #define DOMAIN_GROUP_RID_ENTERPRISE_ADMINS (0x00000207L)
    48 
    49 /* is the following the right number? I bet it is  --simo
    50 #define DOMAIN_GROUP_RID_POLICY_ADMINS (0x00000208L)
    51 */
    52 
    53 /* RIDs - well-known aliases ... */
    54 #define BUILTIN_ALIAS_RID_ADMINS        (0x00000220L)
    55 #define BUILTIN_ALIAS_RID_USERS         (0x00000221L)
    56 #define BUILTIN_ALIAS_RID_GUESTS        (0x00000222L)
    57 #define BUILTIN_ALIAS_RID_POWER_USERS   (0x00000223L)
    58 
    59 #define BUILTIN_ALIAS_RID_ACCOUNT_OPS   (0x00000224L)
    60 #define BUILTIN_ALIAS_RID_SYSTEM_OPS    (0x00000225L)
    61 #define BUILTIN_ALIAS_RID_PRINT_OPS     (0x00000226L)
    62 #define BUILTIN_ALIAS_RID_BACKUP_OPS    (0x00000227L)
    63 
    64 #define BUILTIN_ALIAS_RID_REPLICATOR    (0x00000228L)
    65 #define BUILTIN_ALIAS_RID_RAS_SERVERS   (0x00000229L)
    66 #define BUILTIN_ALIAS_RID_PRE_2K_ACCESS (0x0000022aL)
    67 
    68 
    69 
    7026/**********************************************************************
    7127 * RPC policy handle used pretty much everywhere
     
    7733                ((unsigned int)sys_getpid() )
    7834
    79 
    80 /**********************************************************************
    81  * UNICODE string variations
    82  **********************************************************************/
    83 
    84 
    85 typedef struct {                /* UNISTR - unicode string size and buffer */
    86         uint16 *buffer;         /* unicode characters. ***MUST*** be
    87                                    little-endian. ***MUST*** be null-terminated */
    88 } UNISTR;
    89 
    9035#endif /* _RPC_MISC_H */
Note: See TracChangeset for help on using the changeset viewer.