[SCM] Samba Shared Repository - branch master updated

Nadezhda Ivanova nivanova at samba.org
Wed Dec 8 05:32:02 MST 2010


The branch, master has been updated
       via  f85089e s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE
      from  735c1cd s4-pkgconfig: add @LIB_RPATH@ to our link flags

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


- Log -----------------------------------------------------------------
commit f85089e0153e875636a085d34c3c6ae6cb8462c6
Author: Nadezhda Ivanova <nivanova at samba.org>
Date:   Wed Dec 8 13:19:27 2010 +0200

    s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE
    
    Autobuild-User: Nadezhda Ivanova <nivanova at samba.org>
    Autobuild-Date: Wed Dec  8 13:31:48 CET 2010 on sn-devel-104

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

Summary of changes:
 source4/lib/ldb/include/ldb_module.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h
index a6a4d16..0151468 100644
--- a/source4/lib/ldb/include/ldb_module.h
+++ b/source4/lib/ldb/include/ldb_module.h
@@ -47,7 +47,7 @@ struct ldb_module;
 #define LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK 0x20
 
 /* attribute has failed access check and must not be exposed */
-#define LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE 0x30
+#define LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE 0x40
 
 
 /*


-- 
Samba Shared Repository


More information about the samba-cvs mailing list