Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/include/rpc_samr.h

    r62 r124  
    147147#define SAMR_CONNECT5          0x40
    148148
     149/* SAMR account creation flags/permissions */
     150#define SAMR_USER_GETNAME               0x1
     151#define SAMR_USER_GETLOCALE             0x2
     152#define SAMR_USER_GETLOCCOM             0x4
     153#define SAMR_USER_GETLOGONINFO          0x8
     154#define SAMR_USER_GETATTR               0x10
     155#define SAMR_USER_SETATTR               0x20
     156#define SAMR_USER_CHPASS                0x40
     157#define SAMR_USER_SETPASS               0x80
     158#define SAMR_USER_GETGROUPS             0x100
     159#define SAMR_USER_GETMEMBERSHIP         0x200
     160#define SAMR_USER_CHMEMBERSHIP          0x400
     161#define SAMR_STANDARD_DELETE            0x10000
     162#define SAMR_STANDARD_READCTRL          0x20000
     163#define SAMR_STANDARD_WRITEDAC          0x40000
     164#define SAMR_STANDARD_WRITEOWNER        0x80000
     165#define SAMR_STANDARD_SYNC              0x100000
     166#define SAMR_GENERIC_ACCESSSACL         0x800000
     167#define SAMR_GENERIC_MAXALLOWED         0x2000000
     168#define SAMR_GENERIC_ALL                0x10000000
     169#define SAMR_GENERIC_EXECUTE            0x20000000
     170#define SAMR_GENERIC_WRITE              0x40000000
     171#define SAMR_GENERIC_READ               0x80000000
     172
     173
    149174typedef struct logon_hours_info
    150175{
     
    15581583
    15591584        uint32 acb_info;      /* account control info */
    1560         uint32 access_mask;     /* 0xe005 00b0 */
     1585        uint32 acct_flags;     /* 0xe005 00b0 */
    15611586
    15621587} SAMR_Q_CREATE_USER;
Note: See TracChangeset for help on using the changeset viewer.