mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r18890: sort the flags out and remove unknown as there's still
quite a few of them (not sure if these are used actually).
rafal
(This used to be commit 1622d4608b
)
This commit is contained in:
parent
71f01b9fad
commit
a33a56bb93
@ -686,8 +686,11 @@
|
||||
typedef [bitmap32bit] bitmap {
|
||||
SAMR_FIELD_ACCOUNT_NAME = 0x00000001,
|
||||
SAMR_FIELD_FULL_NAME = 0x00000002,
|
||||
SAMR_FIELD_PRIMARY_GID = 0x00000008,
|
||||
SAMR_FIELD_DESCRIPTION = 0x00000010,
|
||||
SAMR_FIELD_COMMENT = 0x00000020,
|
||||
SAMR_FIELD_HOME_DIRECTORY = 0x00000040,
|
||||
SAMR_FIELD_HOME_DRIVE = 0x00000080,
|
||||
SAMR_FIELD_LOGON_SCRIPT = 0x00000100,
|
||||
SAMR_FIELD_PROFILE_PATH = 0x00000200,
|
||||
SAMR_FIELD_WORKSTATIONS = 0x00000400,
|
||||
@ -697,12 +700,7 @@
|
||||
SAMR_FIELD_COUNTRY_CODE = 0x00400000,
|
||||
SAMR_FIELD_CODE_PAGE = 0x00800000,
|
||||
SAMR_FIELD_PASSWORD = 0x01000000, /* either of these */
|
||||
SAMR_FIELD_PASSWORD2 = 0x02000000, /* two bits seems to work */
|
||||
SAMR_FIELD_HOME_DIRECTORY = 0x00000040,
|
||||
SAMR_FIELD_HOME_DRIVE = 0x00000080,
|
||||
SAMR_FIELD_PRIMARY_GID = 0x00000008,
|
||||
SAMR_FIELD_UNKNOWN1 = 0x00080000,
|
||||
SAMR_FIELD_UNKNOWN2 = 0x08000000
|
||||
SAMR_FIELD_PASSWORD2 = 0x02000000 /* two bits seems to work */
|
||||
} samr_FieldsPresent;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user