mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
drsuapi.idl: add some more DRSUAPI_ATTID_* values
These will be use for "net rpc vampire passwd" in source3. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 19:51:53 CET 2011 on sn-devel-104
This commit is contained in:
parent
8c6b0b61e5
commit
c39e80094b
@ -416,11 +416,14 @@ interface drsuapi
|
||||
DRSUAPI_ATTID_lDAPDisplayName = 0x000201cc,
|
||||
DRSUAPI_ATTID_name = 0x00090001,
|
||||
DRSUAPI_ATTID_userAccountControl = 0x00090008,
|
||||
DRSUAPI_ATTID_badPwdCount = 0x0009000c,
|
||||
DRSUAPI_ATTID_codePage = 0x00090010,
|
||||
DRSUAPI_ATTID_countryCode = 0x00090019,
|
||||
DRSUAPI_ATTID_currentValue = 0x0009001b,
|
||||
DRSUAPI_ATTID_homeDirectory = 0x0009002c,
|
||||
DRSUAPI_ATTID_homeDrive = 0x0009002d,
|
||||
DRSUAPI_ATTID_lastLogoff = 0x00090033,
|
||||
DRSUAPI_ATTID_lastLogon = 0x00090034,
|
||||
DRSUAPI_ATTID_dBCSPwd = 0x00090037,/* lmPwdHash */
|
||||
DRSUAPI_ATTID_scriptPath = 0x0009003e,
|
||||
DRSUAPI_ATTID_logonHours = 0x00090040,
|
||||
@ -433,12 +436,14 @@ interface drsuapi
|
||||
DRSUAPI_ATTID_supplementalCredentials = 0x0009007d,
|
||||
DRSUAPI_ATTID_trustAuthIncoming = 0x00090081,
|
||||
DRSUAPI_ATTID_trustAuthOutgoing = 0x00090087,
|
||||
DRSUAPI_ATTID_userParameters = 0x0009008a,
|
||||
DRSUAPI_ATTID_profilePath = 0x0009008b,
|
||||
DRSUAPI_ATTID_objectSid = 0x00090092,
|
||||
DRSUAPI_ATTID_schemaIDGUID = 0x00090094,
|
||||
DRSUAPI_ATTID_comment = 0x0009009C,/* User-Comment */
|
||||
DRSUAPI_ATTID_accountExpires = 0x0009009f,
|
||||
DRSUAPI_ATTID_lmPwdHistory = 0x000900a0,
|
||||
DRSUAPI_ATTID_logonCount = 0x000900a9,
|
||||
DRSUAPI_ATTID_systemPossSuperiors = 0x000900c3,
|
||||
DRSUAPI_ATTID_systemMayContain = 0x000900c4,
|
||||
DRSUAPI_ATTID_systemMustContain = 0x000900c5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user