[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Jan 12 11:52:01 MST 2011


The branch, master has been updated
       via  c39e800 drsuapi.idl: add some more DRSUAPI_ATTID_* values
      from  8c6b0b6 s3: Fix some nonempty blank lines

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c39e80094b91ac7055faee61a8137d47e9e76c43
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jan 12 15:48:30 2011 +0100

    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 at samba.org>
    Autobuild-Date: Wed Jan 12 19:51:53 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 librpc/idl/drsuapi.idl |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index bc21b22..e5b572d 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list