The branch, master has been updated
       via  15a2eff s4:acl_read LDB module - fix attributes list
      from  91bf913 s4-acl: Some optimisation of the aclread module

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


- Log -----------------------------------------------------------------
commit 15a2eff516fbde3498b88ff4c5adf6e1760d80c6
Author: Matthias Dieter Wallnöfer <[email protected]>
Date:   Mon Dec 6 14:27:20 2010 +0100

    s4:acl_read LDB module - fix attributes list
    
    Autobuild-User: Matthias Dieter Wallnöfer <[email protected]>
    Autobuild-Date: Mon Dec  6 15:11:44 CET 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/acl_read.c 
b/source4/dsdb/samdb/ldb_modules/acl_read.c
index 0e9de9a..5ee7c95 100644
--- a/source4/dsdb/samdb/ldb_modules/acl_read.c
+++ b/source4/dsdb/samdb/ldb_modules/acl_read.c
@@ -62,7 +62,7 @@ static int aclread_callback(struct ldb_request *req, struct 
ldb_reply *ares)
         static const char *acl_attrs[] = {
                 "nTSecurityDescriptor",
                 "objectSid",
-                "insyanceType",
+                "instanceType",
                 NULL
         };
         int ret;


-- 
Samba Shared Repository

Reply via email to