[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sat Dec 12 10:07:40 MST 2009


The branch, master has been updated
       via  1788abb... s4:operational LDB module - cosmetic - reorder an attribute list
      from  24a398b... s3: Fix a very embarrassing build failure

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


- Log -----------------------------------------------------------------
commit 1788abba14f6f54bf0bd1ef7a71ed354c3930d00
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Sat Dec 12 17:59:05 2009 +0100

    s4:operational LDB module - cosmetic - reorder an attribute list
    
    This matches the default handling order in the "password_hash" module (it's nice
    to have this consistent).

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/operational.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c
index aef9598..0ea4b79 100644
--- a/source4/dsdb/samdb/ldb_modules/operational.c
+++ b/source4/dsdb/samdb/ldb_modules/operational.c
@@ -225,14 +225,14 @@ static const struct {
 	const char *attr;
 	enum op_remove op;
 } operational_remove[] = {
-	{ "nTSecurityDescriptor", OPERATIONAL_REMOVE_UNASKED },
-	{ "parentGUID",           OPERATIONAL_REMOVE_ALWAYS },
-	{ "replPropertyMetaData", OPERATIONAL_REMOVE_UNASKED },
-	{ "ntPwdHistory",         OPERATIONAL_REMOVE_UNASKED },
-	{ "lmPwdHistory",         OPERATIONAL_REMOVE_UNASKED },
-	{ "unicodePwd",           OPERATIONAL_REMOVE_UNASKED },
-	{ "supplementalCredentials", OPERATIONAL_REMOVE_UNASKED },
-	{ "dBCSPwd",              OPERATIONAL_REMOVE_UNASKED }
+	{ "nTSecurityDescriptor",    OPERATIONAL_REMOVE_UNASKED },
+	{ "parentGUID",              OPERATIONAL_REMOVE_ALWAYS  },
+	{ "replPropertyMetaData",    OPERATIONAL_REMOVE_UNASKED },
+	{ "unicodePwd",              OPERATIONAL_REMOVE_UNASKED },
+	{ "dBCSPwd",                 OPERATIONAL_REMOVE_UNASKED },
+	{ "ntPwdHistory",            OPERATIONAL_REMOVE_UNASKED },
+	{ "lmPwdHistory",            OPERATIONAL_REMOVE_UNASKED },
+	{ "supplementalCredentials", OPERATIONAL_REMOVE_UNASKED }
 };
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list